]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/geodns/recipes/default.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / geodns / recipes / default.rb
index 2308a5793df6102628b3b5b898ef88242b0c3253..98e91a8082625efe5fe77e93d14079f68bf03fd5 100644 (file)
@@ -22,7 +22,7 @@ package "geoip-database-contrib"
 package "gdnsd"
 
 service "gdnsd" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :restart => true, :reload => true
 end