X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7f6415938eb888893b49cc968a5c01082743b7d7..261e7e9cd1a9882faa4ed7087b5902ebafe25988:/cookbooks/dns/recipes/default.rb diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index 530fd77e4..768ad711b 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -95,7 +95,7 @@ directory "/var/lib/dns" do owner "git" group "git" mode 02775 - notifies :run, resources(:execute => "dns-update") + notifies :run, "execute[dns-update]" end cookbook_file "#{node[:dns][:repository]}/hooks/post-receive" do