We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some execs are without full path. example: command => "mkdir -p ${socket_directory}", should be: command => "/bin/mkdir -p ${socket_directory}",
command => "mkdir -p ${socket_directory}",
command => "/bin/mkdir -p ${socket_directory}",
The text was updated successfully, but these errors were encountered:
exec commands should have full path
958920c
refs: rvdh#22 rvdh#22
Hi @AlessandroLorenzi,
can you verify if this is still an issue with my newly released forged version, which is a major refactor?
https://forge.puppet.com/poikilotherm/uwsgi
Cheers!
Sorry, something went wrong.
No branches or pull requests
Some execs are without full path.
example:
command => "mkdir -p ${socket_directory}",
should be:
command => "/bin/mkdir -p ${socket_directory}",
The text was updated successfully, but these errors were encountered: