X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b53cbecada759e3169a483989fc50d9e2a5c25c0..6288ab7b6f8121adf6ac2c16fe96f0b70371c7a1:/cookbooks/dns/recipes/default.rb?ds=inline diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index ac404488b..6f1658977 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -34,11 +34,12 @@ package %w[ libyaml-perl libwww-perl libjson-xs-perl + sshfp ] remote_file "/usr/local/bin/dnscontrol" do action :create - source "https://github.com/StackExchange/dnscontrol/releases/download/v2.10.0/dnscontrol-Linux" + source "https://github.com/StackExchange/dnscontrol/releases/download/v2.11/dnscontrol-Linux" owner "root" group "root" mode 0o755