From 92171a2725dd52f1efec574a80111cf5cdcd4de2 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 7 Nov 2022 16:44:06 +0000 Subject: [PATCH] imagery: remove old cleanup code --- cookbooks/imagery/recipes/default.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cookbooks/imagery/recipes/default.rb b/cookbooks/imagery/recipes/default.rb index ad233f232..316406e13 100644 --- a/cookbooks/imagery/recipes/default.rb +++ b/cookbooks/imagery/recipes/default.rb @@ -63,11 +63,6 @@ directory "/srv/imagery/common" do recursive true end -directory "/srv/imagery/common/ostn02-ntv2-data" do - recursive true - action :delete -end - # Pre-download uk_os_OSTN15_NTv2_OSGBtoETRS.tif used for EPSG:27700 conversions execute "uk_os_OSTN15_NTv2_OSGBtoETRS.tif" do command "projsync --file uk_os_OSTN15_NTv2_OSGBtoETRS.tif --system-directory" -- 2.39.5