X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d1f749df4b061d8ce7312f79ee68087d0cbffdf2..065fa2899bad0780e1a529086c95420f793d0416:/cookbooks/dns/recipes/default.rb diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index 5b4743ef6..a37b8b157 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -34,15 +34,16 @@ 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" -# owner "root" -# group "root" -# mode 0o755 -# end +remote_file "/usr/local/bin/dnscontrol" do + action :create + source "https://github.com/StackExchange/dnscontrol/releases/download/v3.0.0/dnscontrol-Linux" + owner "root" + group "root" + mode 0o755 +end directory "/srv/dns.openstreetmap.org" do owner "root"