]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/exim/recipes/default.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / exim / recipes / default.rb
index c334f9cedfbfc43726c46d4d76284e4439214050..9c687a3c9cdc118e119d96a1e417b474264bc79e 100644 (file)
@@ -53,7 +53,7 @@ execute "/etc/ssl/certs/exim.pem" do
 end
 
 service "exim4" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :restart => true, :reload => true
   subscribes :restart, "execute[/etc/ssl/certs/exim.pem]"
 end