X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3a4b1c2078cd515e93a5f1bf8967f380fbd1646f..c1f1e240baece8f3a3ee1d7139736e4a6a0f027e:/cookbooks/incron/recipes/default.rb diff --git a/cookbooks/incron/recipes/default.rb b/cookbooks/incron/recipes/default.rb index ef44a693b..5423bc77a 100644 --- a/cookbooks/incron/recipes/default.rb +++ b/cookbooks/incron/recipes/default.rb @@ -20,7 +20,7 @@ package "incron" service "incron" do - action [ :enable, :start ] + action [:enable, :start] supports :status => true, :reload => true, :restart => true end