Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxy_headers_hash_bucket_size being validated as a string? #505

Closed
bhechinger opened this issue Nov 20, 2014 · 1 comment
Closed

proxy_headers_hash_bucket_size being validated as a string? #505

bhechinger opened this issue Nov 20, 2014 · 1 comment

Comments

@bhechinger
Copy link

I'm getting this error:

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: 256 is not a string.  It looks to be a Fixnum at /etc/puppetlabs/puppet/environments/production/modules/nginx/manifests/config.pp:141 on node foo

Line 141 is:

  validate_string($proxy_headers_hash_bucket_size)

256 is a valid parameter for that option. Why does this fail?

@jfryman
Copy link
Contributor

jfryman commented Nov 22, 2014

This should be fixed with version 0.2.0. Would you please let me know if you're still having issues? Thanks.

@jfryman jfryman closed this as completed Nov 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants