]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/rsyncd/recipes/default.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / rsyncd / recipes / default.rb
index fc0c4a5041a6acefd4cb8604e148ee00b7f768d4..6d4d6b7635bb14b46114ab0b6e825eff5c55c701 100644 (file)
@@ -43,7 +43,7 @@ end
 package "rsync"
 
 service "rsync" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :restart => true
 end