Skip to content

Commit

Permalink
Merge branch 'key-watch' of github.com:ericfode/consul-cookbook into …
Browse files Browse the repository at this point in the history
…key-watch
  • Loading branch information
Eric Fode committed Nov 6, 2014
2 parents 8a7eeb6 + e0e4562 commit 2988621
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,13 @@ Include `consul::ui` in your node's `run_list`:

### LWRP

##### Adding key watch
consul_key_watch_def 'key-watch-name' do
key "/key/path"
handler "chef-client"
end


##### Adding event watch
consul_event_watch_def 'event-name' do
handler "chef-client"
Expand Down

0 comments on commit 2988621

Please sign in to comment.