]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dns/recipes/default.rb
dns: add missing cachedir var
[chef.git] / cookbooks / dns / recipes / default.rb
index 80ddc9a8985e331ed62c1ee1a2c171cb9577455d..877103b2e4cf46756be2dc0da71ab8442d48041e 100644 (file)
@@ -39,6 +39,8 @@ package %w[
   lockfile-progs
 ]
 
+cache_dir = Chef::Config[:file_cache_path]
+
 dnscontrol_version = "3.19.0"
 
 remote_file "#{cache_dir}/dnscontrol_amd64.deb" do