]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/recipes/default.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / networking / recipes / default.rb
index ec6749fe7fbe334cde93869872df016a8a0cb282..dc5c69227ba320dc925341ae29602189e2803524 100644 (file)
@@ -125,7 +125,7 @@ end
 package "shorewall"
 
 service "shorewall" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :restart => true
   status_command "shorewall status"
 end
@@ -230,7 +230,7 @@ unless node.interfaces(:family => :inet6).empty?
   package "shorewall6"
 
   service "shorewall6" do
-    action [ :enable, :start ]
+    action [:enable, :start]
     supports :restart => true
     status_command "shorewall6 status"
   end