X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/11eb228156a5244b3f4484940728c514d64b22e6..261e7e9cd1a9882faa4ed7087b5902ebafe25988:/cookbooks/dns/recipes/default.rb diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index d34858d9e..768ad711b 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -30,7 +30,6 @@ package "libxml-writer-perl" package "libyaml-perl" package "libwww-perl" package "libjson-xs-perl" -package "liblwp-useragent-determined-perl" directory "/srv/dns.openstreetmap.org" do owner "root" @@ -96,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