X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1da276f1de78d846851a5dee6456b801a953bfd3..ecb5d5beac1e41d30e47daa6a034c59b33027d12:/cookbooks/xinetd/recipes/default.rb diff --git a/cookbooks/xinetd/recipes/default.rb b/cookbooks/xinetd/recipes/default.rb index 002028864..cfcff800e 100644 --- a/cookbooks/xinetd/recipes/default.rb +++ b/cookbooks/xinetd/recipes/default.rb @@ -20,6 +20,6 @@ package "xinetd" service "xinetd" do - action [ :enable, :start ] + action [:enable, :start] supports :status => true, :reload => true, :restart => true end