X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7b9ec4b60ee39614d1d083d7220e76b07d2b275f..730f0d67fe251d7d62693af4885f4d94bec6f16c:/cookbooks/bind/recipes/default.rb diff --git a/cookbooks/bind/recipes/default.rb b/cookbooks/bind/recipes/default.rb index 80dee1de3..1d2a8d8bf 100644 --- a/cookbooks/bind/recipes/default.rb +++ b/cookbooks/bind/recipes/default.rb @@ -31,7 +31,7 @@ template "/etc/bind/named.conf.local" do owner "root" group "root" mode 0644 - notifies :restart, resources(:service => "bind9") + notifies :restart, "service[bind9]" end template "/etc/bind/named.conf.options" do @@ -39,7 +39,7 @@ template "/etc/bind/named.conf.options" do owner "root" group "root" mode 0644 - notifies :restart, resources(:service => "bind9") + notifies :restart, "service[bind9]" end template "/etc/bind/db.10" do @@ -47,7 +47,7 @@ template "/etc/bind/db.10" do owner "root" group "root" mode 0644 - notifies :reload, resources(:service => "bind9") + notifies :reload, "service[bind9]" end firewall_rule "accept-dns-udp" do