]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/incron/recipes/default.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / incron / recipes / default.rb
index ef44a693b782f2955825118898bdf64c7b75d04d..5423bc77a448f6ece1100a9d47ed0d3e84afcfe0 100644 (file)
@@ -20,7 +20,7 @@
 package "incron"
 
 service "incron" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :reload => true, :restart => true
 end