]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/cgimap.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / web / recipes / cgimap.rb
index 09a3f787e3455ecb2857af0aba5d9b1e75f51bbc..891609fd0f589d22a689a88cc5a52d183bf80d4e 100644 (file)
@@ -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]"