From: Jochen Topf Date: Thu, 5 Mar 2015 15:42:38 +0000 (+0100) Subject: Restart apache when taginfo config is changed. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4fa7e98ad3183089d55041f996dedc2ec5eb96ec?ds=sidebyside Restart apache when taginfo config is changed. --- diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index 4ef8bdc29..2b85f0141 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -134,6 +134,7 @@ node[:taginfo][:sites].each do |site| group "taginfo" mode 0644 content settings + notifies :restart, "service[apache2]" end execute "#{directory}/taginfo/tagstats/Makefile" do