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

manage_plugins_dir doesn't seem to do anything #429

Closed
jaxxstorm opened this issue Oct 12, 2015 · 2 comments
Closed

manage_plugins_dir doesn't seem to do anything #429

jaxxstorm opened this issue Oct 12, 2015 · 2 comments

Comments

@jaxxstorm
Copy link
Contributor

I've set the manage_plugins_dir to false, and still the module keeps rewriting the perms on my /etc/sensu/plugins

Am I being crazy, or does this parameter not actually do anything?

@jlambert121
Copy link
Contributor

What version of the module are you using?

Whether or not the directory is managed is controlled by $_manage_plugins_dir (https://github.com/sensu/sensu-puppet/blob/master/manifests/package.pp#L114) which is ultimate controlled by the logic here: https://github.com/sensu/sensu-puppet/blob/master/manifests/init.pp#L392.

I don't see anything in the code that would change the dir perms if you set manage_plugins_dir to false, are you sure it's this module (maybe it's defined elsewhere?) and are you sure manage_plugins_dir = false is being assigned in this module?

@jaxxstorm
Copy link
Contributor Author

Never mind, I was being silly. Jetlag fail.

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