X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/11be722d248b7b87917751d761d2bde0cad98f2e..f31ba7e2c98ff3c1ccab81c17bfec79cd7a9065a:/cookbooks/imagery/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/imagery/recipes/default.rb b/cookbooks/imagery/recipes/default.rb index 99a8c1700..809370d4a 100644 --- a/cookbooks/imagery/recipes/default.rb +++ b/cookbooks/imagery/recipes/default.rb @@ -72,3 +72,8 @@ execute "unzip-ostn02-ntv2-data" do group "root" not_if { File.exist?("/srv/imagery/common/ostn02-ntv2-data/OSTN02_NTv2.gsb") } end + +nginx_site "default" do + action [:delete] + restart_nginx false +end