X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4937cb3f874eb62ce184db287d45d26a2311ccff..98ecb8199d04234e3db39ec751aa7b342fcc93c1:/cookbooks/imagery/recipes/default.rb diff --git a/cookbooks/imagery/recipes/default.rb b/cookbooks/imagery/recipes/default.rb index 99a8c1700..d7827173b 100644 --- a/cookbooks/imagery/recipes/default.rb +++ b/cookbooks/imagery/recipes/default.rb @@ -72,3 +72,15 @@ 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 + +systemd_tmpfile "/run/mapserver-fastcgi" do + type "d" + owner "imagery" + group "imagery" + mode "0755" +end