]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/bind/recipes/default.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / bind / recipes / default.rb
index 1d2a8d8bf336fe4fe29cfdc807edb8a3d31af4ff..519b9c8236ea41d7b4d501d29bbaddd8d0b07997 100644 (file)
@@ -22,7 +22,7 @@ include_recipe "networking"
 package "bind9"
 
 service "bind9" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :restart => true, :reload => true
 end