X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a9217ac515784c7f203e76b8885acb85a3934979..21958591555b0b80370e944e3128ac5d533c281d:/cookbooks/web/recipes/cgimap.rb diff --git a/cookbooks/web/recipes/cgimap.rb b/cookbooks/web/recipes/cgimap.rb index 09a3f787e..891609fd0 100644 --- a/cookbooks/web/recipes/cgimap.rb +++ b/cookbooks/web/recipes/cgimap.rb @@ -114,7 +114,7 @@ if %w(database_offline api_offline).include?(node[:web][:status]) end else service "cgimap" do - action [ :enable, :start ] + action [:enable, :start] supports :restart => true, :reload => true subscribes :restart, "execute[cgimap-build]" subscribes :restart, "file[/etc/init.d/cgimap]"