Skip to content

Commit

Permalink
Put retry_join_ec2 attribute in correct alphabetical order.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhlias authored and legal90 committed Dec 14, 2016
1 parent 7dd2bb7 commit c82524f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/consul_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ class ConsulConfig < Chef::Resource
attribute(:retry_interval, kind_of: String)
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])
attribute(:retry_join_wan, kind_of: Array)
attribute(:rejoin_after_leave, equal_to: [true, false], default: true)
attribute(:serf_lan_bind, kind_of: String)
attribute(:serf_wan_bind, kind_of: String)
Expand Down

0 comments on commit c82524f

Please sign in to comment.