-
-
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
makes service_config_check exec command configurable #1438
Conversation
nginx is a classBreaking changes to this file WILL impact these 14 modules (exact match):Breaking changes to this file MAY impact these 34 modules (near match):
nginx::service is a classBreaking changes to this file MAY impact these 1 modules (near match):This module is declared in 9 of 576 indexed public
|
@ekohl Mind taking a look at this? As you've commented on my last PR related to that topic. |
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.
I'd appreciate a puppet-strings parameter documentation. While most parameters are missing, let's try to add them for any new ones. Code wise 👍
@ekohl Good point, added. |
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.
Thanks!
Pull Request (PR) description
Right now, the service_config_check exec command is using
nginx -t
and there's no way to change it.If you're running e.g. openresty, there's no
nginx
executable and the check will fail.This PR adds a paramter
$nginx::service_config_check_command
with a default value ofnginx -t