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

Execs not full bin path #22

Open
AlessandroLorenzi opened this issue May 8, 2017 · 1 comment
Open

Execs not full bin path #22

AlessandroLorenzi opened this issue May 8, 2017 · 1 comment

Comments

@AlessandroLorenzi
Copy link

Some execs are without full path.
example:
command => "mkdir -p ${socket_directory}",
should be:
command => "/bin/mkdir -p ${socket_directory}",

AlessandroLorenzi pushed a commit to LMNetworks/puppet-uwsgi that referenced this issue May 8, 2017
@AlessandroLorenzi AlessandroLorenzi changed the title Exec[.]: creates must be a fully qualified path at Execs not full bin path May 8, 2017
@poikilotherm
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants