X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/036734d15e6cd4fbc57e031ceca870f6c90e53bf..682e1fcdcb50f1cf42560a905512487c02dbdcb4:/cookbooks/imagery/recipes/default.rb?ds=inline diff --git a/cookbooks/imagery/recipes/default.rb b/cookbooks/imagery/recipes/default.rb index a473b4452..3c04dd8a3 100644 --- a/cookbooks/imagery/recipes/default.rb +++ b/cookbooks/imagery/recipes/default.rb @@ -64,6 +64,13 @@ directory "/srv/imagery/common" do recursive true end +directory "/srv/imagery/sockets" do + owner "root" + group "root" + mode "777" + recursive true +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" @@ -80,4 +87,5 @@ systemd_tmpfile "/run/mapserver-fastcgi" do owner "imagery" group "imagery" mode "0755" + not_if { kitchen? } end