We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
In config.pp, we can find
$proxy_conf_template = 'nginx/conf.d/proxy.conf.erb',
but the directory templates/conf.d does not contain that file.
Am I missing something ?
I discovered this issue when trying to use the puppet-nginx-hardening module.
Regards,
The text was updated successfully, but these errors were encountered:
Hmm this is caused by an incomplete patch in #642.
That line in config.pp is being ignored and the puppet-nginx-hardening module should not override that file because it no longer exists.
config.pp
Sorry, something went wrong.
I've raised an issue on that module: dev-sec/puppet-nginx-hardening#9
OK, thanks for the information.
I finally extracted the "hardening" configuration part of the module and inject it directly as configuration in my manifest.
No branches or pull requests
Hi,
In config.pp, we can find
but the directory templates/conf.d does not contain that file.
Am I missing something ?
I discovered this issue when trying to use the puppet-nginx-hardening module.
Regards,
The text was updated successfully, but these errors were encountered: