]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/clamav/recipes/default.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / clamav / recipes / default.rb
index ff34b857b728298e7b37c299c95e95f00a982227..08c873ee2e66352835c1a59605b01535059f845c 100644 (file)
@@ -21,11 +21,11 @@ package "clamav-daemon"
 package "clamav-freshclam"
 
 service "clamav-daemon" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :restart => true
 end
 
 service "clamav-freshclam" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :restart => true
 end