X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1da276f1de78d846851a5dee6456b801a953bfd3..21958591555b0b80370e944e3128ac5d533c281d:/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