X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/261e7e9cd1a9882faa4ed7087b5902ebafe25988..4c86175022c9036999f9d8341e48cbd884448709:/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