]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dhcpd/recipes/default.rb
imagery: add html titles
[chef.git] / cookbooks / dhcpd / recipes / default.rb
index bcf49aada692719ecc40dbba16ec76bc84e2318a..35f327d3cd02d7d931882322bc3c8fcd1eacfaac 100644 (file)
@@ -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