-
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_redis_config changes on every run #357
Comments
|
I've observed the same with keepalive config... Step 1 - Added a custom hash with tip = 'a string' Symtoms are then: But the configuration file does not change. Manually removing the file, and running puppet replaces the file properly. |
|
Readded a hash for custom and the constant changes went away. |
|
I believe this is the issue that puppet < 4 doesn't have a true nil/undefined. This should resolved in puppet 4 with puppet improvements. |
|
@tizzo are you still having this issue on master? There have been some provider fixes that hopefully have taken care of your issue. @warmfusion removing attributes in puppet < 4 will have that issue - you have to manually go in and either remove the config from your generated files or just remove the generated files and let puppet remake them. |
|
If you guys still have issues with this, please let us know. |
I have an issue where both Sensu_redis_config and Sensu_client_config claim to change on every run despite the fact that the configuration doesn't actually seem to be changing.
Haven't started debugging yet but thought I'd open an issue for others encountering the same.
The text was updated successfully, but these errors were encountered: