-
Notifications
You must be signed in to change notification settings - Fork 424
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
'Example HA Policies' should be commented out in default attributes #287
Comments
Could you put together a PR for this? I like the idea of this being tunable. |
This commit causes errors in version 4.9.0 and 4.10.0 since node['rabbitmq']['policies'] and node['rabbitmq']['disabled_policies'] is now undefined and in the recipe '.each' is called on them (leads to a nil:NilClass error). I will push a patch for this shortly. |
Hi, any chance we can backport that to the two tags that where affected (v4.9.0 and v4.10.0)? Or are you planning to release another version soon? Cheers, |
I'd like to release a new version, but there a ton of errors and dependancies issues in the travis runs. I need to clean those up before i can confidently do a release. |
There's no reason why you can't release a 4.9.1 and 4.10.1. I just wasted a bunch of time trying to figure out why chef was failing and it turns out it was because of #399. It's shocking that the released version of the cookbook has a known simple bug and a new release with that bug fix hasn't been created. |
Understood. I've been attempting to fix the testing and Travis runs; but unfortunately I only have so many cycles. We have the fixed merge, and I was happy you found the fix. It will be released when the testing is resolved. |
This seems to be addressed in |
If
recipe[rabbitmq::policy_management]
is added to a run_list, the'ha-all'
and'ha-two'
example policies will be automatically added. Since this is likely not an intended default, they should be commented out, or moved to README.Thanks!
The text was updated successfully, but these errors were encountered: