X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/63989d6c55dc774804fa818fc0ad7c274fc939f5..90cf65550143edb0003250f509f3d07670648ee5:/cookbooks/dns/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index 6f1658977..2f045a778 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -31,15 +31,16 @@ package %w[ perl libxml-treebuilder-perl libxml-writer-perl - libyaml-perl + libyaml-libyaml-perl libwww-perl libjson-xs-perl + lockfile-progs sshfp ] remote_file "/usr/local/bin/dnscontrol" do action :create - source "https://github.com/StackExchange/dnscontrol/releases/download/v2.11/dnscontrol-Linux" + source "https://github.com/StackExchange/dnscontrol/releases/download/v3.0.0/dnscontrol-Linux" owner "root" group "root" mode 0o755