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

nginx::config::* parameters using hiera not possible anymore? #1124

Closed
hostingnuggets opened this issue Sep 12, 2017 · 2 comments
Closed

nginx::config::* parameters using hiera not possible anymore? #1124

hostingnuggets opened this issue Sep 12, 2017 · 2 comments
Labels

Comments

@hostingnuggets
Copy link

I just noticed that the nginx::config::* parameters in my common.yaml hiera file is not being taken into account anymore. For example I have the following config in my common.yaml hiera file:

nginx::config::server_tokens: 'off'

but still my nginx.conf file gets created with server tokens on. Any ideas?

I am using Puppet 4.8.2 on Debian 8 with the puppet-nginx module version 0.7.1

@wyardley
Copy link
Collaborator

Some discussion here, but yes, nginx::config has been a private class since this commit, so going back a couple releases now:
3104d02

Some more discussion in:
#978

basically, use nginx::foo vs. nginx::config::foo. Sorry for the inconvenience.

@hostingnuggets
Copy link
Author

oh boy this is confusing but thanks for the reply, it works nicely like that too...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants