From: Tom Hughes Date: Sat, 8 Feb 2020 11:00:29 +0000 (+0000) Subject: Disable dnscontrol installation until a new version is available X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/37543db1196a56ef10ad1870a0c83aeea6ffcc29 Disable dnscontrol installation until a new version is available --- diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index ac404488b..5b4743ef6 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -36,13 +36,13 @@ package %w[ libjson-xs-perl ] -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.10.0/dnscontrol-Linux" +# owner "root" +# group "root" +# mode 0o755 +# end directory "/srv/dns.openstreetmap.org" do owner "root"