From: Tom Hughes Date: Tue, 5 Jun 2018 21:50:09 +0000 (+0100) Subject: Don't try and backup the old cache X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/65fefcd6eabb2d9be8d4f8985e95c31065b2550c?hp=c451a92d76bd7ec60a20ad8d2b578c947ba3d499 Don't try and backup the old cache --- diff --git a/cookbooks/squid/recipes/default.rb b/cookbooks/squid/recipes/default.rb index 484f24e6b..ac120a258 100644 --- a/cookbooks/squid/recipes/default.rb +++ b/cookbooks/squid/recipes/default.rb @@ -38,6 +38,7 @@ if node[:squid][:version] == "3" file "/store/squid/coss-01" do action :delete + backup false end end