Skip to content

Commit

Permalink
Merge pull request #210 from scalp42/watches
Browse files Browse the repository at this point in the history
update watch types
  • Loading branch information
johnbellone committed Aug 25, 2015
2 parents 05ef3c9 + 9bce111 commit f200a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/consul_watch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ConsulWatch < Chef::Resource

# @!attribute type
# @return [String]
attribute(:type, equal_to: %w{checks event key keyprefix service})
attribute(:type, equal_to: %w{checks event key keyprefix nodes service services})

# @!attribute parameters
# @return [Hash]
Expand Down

0 comments on commit f200a09

Please sign in to comment.