-
-
Notifications
You must be signed in to change notification settings - Fork 883
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
Custom nginx.conf template is no longer working #1083
Comments
yeah, this breaks for me. I need an include in my nginx config and this does not provide a way to add an include line or to overwrite the conf file. |
@jsmelser I don't believe there's a way not to manage the config, but there is a way to add additional arbitrary variables. see It would be trivial to make certain options, such as @auth00: I think you could also override the file resource from the module if you really needed to, see If you can let us know all the parameters you need to suppress, we can see if someone can submit a PR to make those parameters optional for ones that aren't already. |
I am sorry, I did not see the above response. I was able to add my changes in a different way but still through the module. This isnt as breaking as I thought. My apologies on that. |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Have some special nginx config that makes you want to override the nginx.conf template. In my example I want to remove server_names_hash_bucket_size from nginx.conf.
What are you seeing
In #272 code to allow a custom nginx.conf template by configuration was introduced. This parameter is now hard coded instead.
What behaviour did you expect instead
To be able to continue using a custom nginx.conf template.
Output log
--
Any additional information you'd like to impart
--
The text was updated successfully, but these errors were encountered: