X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5c5ffa21ddcce610d5bbf7b3885b08497e85dac4..95e1e4603eb8c32acf8ee58c845ec4ce5bfdd56c:/cookbooks/dhcpd/recipes/default.rb?ds=inline diff --git a/cookbooks/dhcpd/recipes/default.rb b/cookbooks/dhcpd/recipes/default.rb index bcf49aada..35f327d3c 100644 --- a/cookbooks/dhcpd/recipes/default.rb +++ b/cookbooks/dhcpd/recipes/default.rb @@ -32,7 +32,7 @@ template "/etc/dhcp/dhcpd.conf" do end service "isc-dhcp-server" do - action [ :enable, :start ] + action [:enable, :start] supports :status => true, :restart => true subscribes :restart, "template[/etc/dhcp/dhcpd.conf]" end