projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8844339
)
Restart cgimap on upgrade
author
Tom Hughes
<tom@compton.nu>
Thu, 20 Oct 2016 18:06:33 +0000
(19:06 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 20 Oct 2016 18:06:33 +0000
(19:06 +0100)
cookbooks/web/recipes/cgimap.rb
patch
|
blob
|
history
diff --git
a/cookbooks/web/recipes/cgimap.rb
b/cookbooks/web/recipes/cgimap.rb
index 9425a356a07d0b797d90283057bab1d86961fd67..7fb417b388dbb99f527ace06262a9fc3bd49a1ad 100644
(file)
--- a/
cookbooks/web/recipes/cgimap.rb
+++ b/
cookbooks/web/recipes/cgimap.rb
@@
-70,7
+70,7
@@
else
service "cgimap" do
action [:enable, :start]
supports :restart => true, :reload => true
- subscribes :restart, "
dpkg_
package[openstreetmap-cgimap-bin]"
+ subscribes :restart, "package[openstreetmap-cgimap-bin]"
subscribes :restart, "systemd_service[cgimap]"
end
end