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

makes service_config_check exec command configurable #1438

Merged
merged 1 commit into from
Jan 24, 2021

Conversation

saz
Copy link
Contributor

@saz saz commented Jan 22, 2021

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 of nginx -t

@puppet-community-rangefinder
Copy link

nginx is a class

Breaking 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 class

Breaking changes to this file MAY impact these 1 modules (near match):

This module is declared in 9 of 576 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

@genebean genebean added the enhancement New feature or request label Jan 22, 2021
@saz
Copy link
Contributor Author

saz commented Jan 23, 2021

@ekohl Mind taking a look at this? As you've commented on my last PR related to that topic.

Copy link
Member

@ekohl ekohl left a 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 👍

@saz
Copy link
Contributor Author

saz commented Jan 23, 2021

@ekohl Good point, added.

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ekohl ekohl merged commit 730a20a into voxpupuli:master Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants