-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Add the following parameters in consul config supported in version 0.… #380
Add the following parameters in consul config supported in version 0.… #380
Conversation
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.
Thank for the contribution! 👍
But seems like max_stale
should not be defined as an attribute since it's not a top-level option.
@@ -69,10 +69,13 @@ class ConsulConfig < Chef::Resource | |||
attribute(:key_file, kind_of: String) | |||
attribute(:leave_on_terminate, equal_to: [true, false], default: false) | |||
attribute(:log_level, equal_to: %w(INFO DEBUG WARN), default: 'INFO') | |||
attribute(:max_stale, kind_of: String) |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
@@ -82,7 +85,10 @@ class ConsulConfig < Chef::Resource | |||
attribute(:retry_interval_wan, kind_of: String) | |||
attribute(:retry_join, kind_of: Array) | |||
attribute(:retry_join_wan, kind_of: Array) | |||
attribute(:retry_join_ec2, kind_of: [Hash, Mash]) |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
…7.1 and after: - max_stale - reap - retry_join_ec2_tag_key - retry_join_ec2_tag_value - retry_join_ec2_region - serf_lan_bind - serf_wan_bind
de2f5f4
to
c82524f
Compare
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
…7.1 and after: