From 4fa7e98ad3183089d55041f996dedc2ec5eb96ec Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Thu, 5 Mar 2015 16:42:38 +0100 Subject: [PATCH 1/1] Restart apache when taginfo config is changed. --- cookbooks/taginfo/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.1