X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/261e7e9cd1a9882faa4ed7087b5902ebafe25988..3dd8db9fac8442e4f32fa3a55e7b68c27ece526a:/cookbooks/bind/recipes/default.rb diff --git a/cookbooks/bind/recipes/default.rb b/cookbooks/bind/recipes/default.rb index 1d2a8d8bf..519b9c823 100644 --- a/cookbooks/bind/recipes/default.rb +++ b/cookbooks/bind/recipes/default.rb @@ -22,7 +22,7 @@ include_recipe "networking" package "bind9" service "bind9" do - action [ :enable, :start ] + action [:enable, :start] supports :status => true, :restart => true, :reload => true end