Skip to content

Commit

Permalink
Merge pull request #75 from dpetzel/master
Browse files Browse the repository at this point in the history
fixes #72.
  • Loading branch information
johnbellone committed Nov 3, 2014
2 parents 349383c + 4556d96 commit 0d96fc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
mode 0600
action :create
content JSON.pretty_generate(service_config, quirks_mode: true)
# https://github.com/johnbellone/consul-cookbook/issues/72
notifies :restart, "service[consul]"
end

case node['consul']['init_style']
Expand Down

0 comments on commit 0d96fc4

Please sign in to comment.