-
Notifications
You must be signed in to change notification settings - Fork 20
Added existing entity support and configuration hash support #52
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
base: master
Are you sure you want to change the base?
Conversation
…s/yum due to yum_key change, issue 49
recipes/entity.rb
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Monitoring is not regional. This is not supported in the fog backend or should it be used here.
…m libraries/cloud_monitoring
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd have gone with something like next if value["ip_addresses"].nil? || node["cloud"].nil?, so that the next 3 lines aren't indented another level.
|
this went silent for a while, but these changes seem reasonable. +1 |
Added recipes to reuse existing entities and to allow configuration via a configuration hash. No breaking changes made. Includes the yum version pin from pull request #51.