]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/cgimap.rb
Coerce piwik goals into a normal hash
[chef.git] / cookbooks / web / recipes / cgimap.rb
index 0875804cd3cae4e153ae8ee08396ddd0e3502873..8303955c2f3e1b329be9bd3070910da8ad4f1b56 100644 (file)
@@ -63,7 +63,7 @@ systemd_service "cgimap" do
   pid_file "#{node[:web][:pid_directory]}/cgimap.pid"
 end
 
-if %w(database_offline api_offline).include?(node[:web][:status])
+if %w[database_offline api_offline].include?(node[:web][:status])
   service "cgimap" do
     action :stop
   end