-
-
Notifications
You must be signed in to change notification settings - Fork 881
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
Added parameters daemon_group and set_daemon_group #647
Conversation
@jakm thanks for the PR! I'd ask that you don't add the |
@@ -216,11 +218,13 @@ | |||
file {$client_body_temp_path: | |||
ensure => directory, | |||
owner => $daemon_user, | |||
group => $daemon_group, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove this. The group is 'root' but with permissions 0644 it will be readable even if you change the daemon user.
Parameter |
@jakm: are you able / willing to add tests to this request? Do you need any help determining what / how to test? The commits would also need to be squashed. At the least, there should be more or less a copy / paste of https://github.com/voxpupuli/puppet-nginx/blob/master/spec/classes/config_spec.rb#L95 https://github.com/voxpupuli/puppet-nginx/blob/master/.github/CONTRIBUTING.md As far as the true / false Do you know if nginx always supported the group as well as the user, or is that a change that was added at some point? |
No response, going to close this one for now, though I would like to see a reworked version of this at some point as well. |
Allow specify daemon's group as documented at http://nginx.org/en/docs/ngx_core_module.html#user