From 138477ab1e837cf454994bb669e829897416acae Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 24 Mar 2020 22:04:09 +0000 Subject: [PATCH] imagery: delete old lu site --- cookbooks/imagery/recipes/lu_ngl_dtm.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cookbooks/imagery/recipes/lu_ngl_dtm.rb b/cookbooks/imagery/recipes/lu_ngl_dtm.rb index 5d34c193b..9dc7442cb 100644 --- a/cookbooks/imagery/recipes/lu_ngl_dtm.rb +++ b/cookbooks/imagery/recipes/lu_ngl_dtm.rb @@ -19,6 +19,10 @@ include_recipe "imagery" +imagery_site "ana_dtm_2017.openstreetmap.lu" do + action :delete +end + ssl_certificate "ana_dtm_2017.openstreetmap.lu" do action :delete end -- 2.39.5