diff --git a/recipes/_service.rb b/recipes/_service.rb index 7c54ca94..cc7a00aa 100644 --- a/recipes/_service.rb +++ b/recipes/_service.rb @@ -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']