]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/spamassassin/recipes/default.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / spamassassin / recipes / default.rb
index 6c64083b8df58da66de8d99b2a0f18b6e322fabf..2c7e49dd58cf3a73755fa3b83db60b5757d1938c 100644 (file)
@@ -20,7 +20,7 @@
 package "spamassassin"
 
 service "spamassassin" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :restart => true, :reload => true
 end
 
@@ -46,7 +46,7 @@ if node[:exim][:smarthost_name]
   end
 end
 
-trusted_networks = trusted_networks - [ "127.0.0.1", "::1" ]
+trusted_networks = trusted_networks - ["127.0.0.1", "::1"]
 
 template "/etc/spamassassin/local.cf" do
   source "local.cf.erb"