projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6aadc1d
)
Restart apache when taginfo config is changed.
author
Jochen Topf
<jochen@topf.org>
Thu, 5 Mar 2015 15:42:38 +0000
(16:42 +0100)
committer
Jochen Topf
<jochen@topf.org>
Thu, 5 Mar 2015 15:42:38 +0000
(16:42 +0100)
cookbooks/taginfo/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/taginfo/recipes/default.rb
b/cookbooks/taginfo/recipes/default.rb
index 4ef8bdc29421e8095c490ed7831e97e46a74c75b..2b85f0141b28d253a9771a15f3864567527fc385 100644
(file)
--- 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
group "taginfo"
mode 0644
content settings
+ notifies :restart, "service[apache2]"
end
execute "#{directory}/taginfo/tagstats/Makefile" do
end
execute "#{directory}/taginfo/tagstats/Makefile" do