-
Notifications
You must be signed in to change notification settings - Fork 290
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
sensu::plugin does not work on windows without specifying install_path #786
Comments
Phil-Friderici
added a commit
to Phil-Friderici/sensu-puppet
that referenced
this issue
Aug 3, 2017
…ng install_path Add Linux/Windows sensitive default values for sensu::plugin::install_path. Adjust calls of sensu::plugin to not set install_path anymore.
|
Used the same logic as in main class [1] to specify install_path. Will continue to work on the vagrant part to validate install_path in [1] https://github.com/sensu/sensu-puppet/blob/v2.30.1/manifests/init.pp#L487-L490 |
Phil-Friderici
added a commit
to Phil-Friderici/sensu-puppet
that referenced
this issue
Aug 3, 2017
…ng install_path Add Linux/Windows sensitive default values for sensu::plugin::install_path. Adjust calls of sensu::plugin to not set install_path anymore.
ghoneycutt
added a commit
that referenced
this issue
Aug 3, 2017
(GH-786) sensu::plugin does not work on windows without specifying install_path
|
Released in v2.31.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sensu::plugin::install_path defaults to
/etc/sensu/plugins. While you can set that if you use windows, the module should do the right thing.We should default
install_pathto undef and in the defined type have a conditional that setsinstall_path_realto use a default if the value is undef.This needs a
sensu::pluginaddition totests/sensu-client-windows.ppwhere install_path is not specified so it can be validated.The text was updated successfully, but these errors were encountered: