From: Tom Hughes Date: Fri, 14 Feb 2020 22:18:08 +0000 (+0000) Subject: Update dnscontrol to 2.11 release X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/63989d6c55dc774804fa818fc0ad7c274fc939f5 Update dnscontrol to 2.11 release --- diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index e613961fa..6f1658977 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -37,13 +37,13 @@ package %w[ 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/v2.11/dnscontrol-Linux" + owner "root" + group "root" + mode 0o755 +end directory "/srv/dns.openstreetmap.org" do owner "root"