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.conf.erb seems to be missing #694

Closed
mickaelperrin opened this issue Oct 7, 2015 · 3 comments
Closed

proxy.conf.erb seems to be missing #694

mickaelperrin opened this issue Oct 7, 2015 · 3 comments

Comments

@mickaelperrin
Copy link

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,

@3flex
Copy link
Contributor

3flex commented Nov 5, 2015

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.

@3flex
Copy link
Contributor

3flex commented Nov 5, 2015

I've raised an issue on that module: dev-sec/puppet-nginx-hardening#9

@mickaelperrin
Copy link
Author

OK, thanks for the information.

I finally extracted the "hardening" configuration part of the module and inject it directly as configuration in my manifest.

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