From: Grant Slater Date: Thu, 18 Aug 2022 10:19:52 +0000 (+0200) Subject: dns: switch to dpkg_package for deb install X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/5dcf5ef21d1ba91a71b5497f2c9745620a6008d0 dns: switch to dpkg_package for deb install --- diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index 877103b2e..04d2fe343 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -51,7 +51,7 @@ remote_file "#{cache_dir}/dnscontrol_amd64.deb" do backup false end -package "dnscontrol" do +dpkg_package "dnscontrol" do action :nothing source "#{cache_dir}/dnscontrol_amd64.deb" subscribes :install, "remote_file[#{cache_dir}/dnscontrol_amd64.deb]"