X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a9217ac515784c7f203e76b8885acb85a3934979..21958591555b0b80370e944e3128ac5d533c281d:/cookbooks/ntp/recipes/default.rb diff --git a/cookbooks/ntp/recipes/default.rb b/cookbooks/ntp/recipes/default.rb index 077fd7ac2..c2aba251d 100644 --- a/cookbooks/ntp/recipes/default.rb +++ b/cookbooks/ntp/recipes/default.rb @@ -39,7 +39,7 @@ file "/etc/timezone" do end service "ntp" do - action [ :enable, :start ] + action [:enable, :start] supports :status => true, :restart => true end