]> git.openstreetmap.org Git - chef.git/commitdiff
Don't try and backup the old cache
authorTom Hughes <tom@compton.nu>
Tue, 5 Jun 2018 21:50:09 +0000 (22:50 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 5 Jun 2018 21:50:09 +0000 (22:50 +0100)
cookbooks/squid/recipes/default.rb

index 484f24e6b0337b88b7ebdb81c66bf842796b1f5a..ac120a258acb0205d5ed419d82fa14679fb6b964 100644 (file)
@@ -38,6 +38,7 @@ if node[:squid][:version] == "3"
 
   file "/store/squid/coss-01" do
     action :delete
+    backup false
   end
 end