X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc..b49e209b3e957e9c02139c06f0dfecac05415119:/cookbooks/dns/recipes/default.rb diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index 6bb3865f0..3102217e6 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -41,7 +41,7 @@ package %w[ remote_file "/usr/local/bin/dnscontrol" do action :create - source "https://github.com/StackExchange/dnscontrol/releases/download/v3.2.0/dnscontrol-Linux" + source "https://github.com/StackExchange/dnscontrol/releases/download/v3.10.1/dnscontrol-Linux" owner "root" group "root" mode "755" @@ -60,7 +60,7 @@ remote_directory "/srv/dns.openstreetmap.org/html" do mode "755" files_owner "root" files_group "root" - files_mode 0o644 + files_mode "644" end zones = []