X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4937cb3f874eb62ce184db287d45d26a2311ccff..f31ba7e2c98ff3c1ccab81c17bfec79cd7a9065a:/cookbooks/imagery/recipes/default.rb 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