]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/recipes/default.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / ntp / recipes / default.rb
index 077fd7ac2d2274bd5b59d049a639e22c1c38492d..c2aba251d1b84f7126125962e421650fe6b5a1b2 100644 (file)
@@ -39,7 +39,7 @@ file "/etc/timezone" do
 end
 
 service "ntp" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :restart => true
 end