Skip to content

Commit

Permalink
retry_interval need to be a string, fixes sous-chefs#244
Browse files Browse the repository at this point in the history
  • Loading branch information
scalp42 committed Dec 8, 2015
1 parent c332786 commit 39e7db3
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 @@ -72,7 +72,7 @@ class ConsulConfig < Chef::Resource
attribute(:protocol, kind_of: String)
attribute(:recursor, kind_of: String)
attribute(:recursors, kind_of: Array)
attribute(:retry_interval, kind_of: Integer)
attribute(:retry_interval, kind_of: String)
attribute(:retry_join, kind_of: Array)
attribute(:rejoin_after_leave, equal_to: [true, false], default: true)
attribute(:server, equal_to: [true, false], default: true)
Expand Down

0 comments on commit 39e7db3

Please sign in to comment.