-
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 is "removed" every puppet run #298
Comments
|
This seems to be because sensu_plugin_provider defaults to A workaround for the issue is to explicitly set the sensu_plugin_provider to the default for the platform (I'm using CentOS 7, so "yum"). That prevents the problem. A better fix would be to re-work the logic around setting the $plugin_provider variable. |
|
My workaround for this is to set This is only an issue if you have |
|
@nhinds thanks for the hint wrt embedded ruby, solved my issue. would be good to have this documented. |
|
This issue has been fixed in 78236fd I believe this issue has been now resolved. |
|
I still see the issue. I'm using Puppet 4 and CentOS 7. |
|
same |
|
@devopsprosiva and @devshorts are you still seeing the issue running from master and restarting the puppet master after upgrading the sensu module? (It is important to restart the puppet master so it reloads the types and providers) |
|
If this is still an issue, we'll hopefully get it resolved as part of fixing #328. |
puppet attempts to remove the sensu-plugin package every run, producing this output:
This is puppet 3.7.3 on CentOS 7.
The text was updated successfully, but these errors were encountered: