X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6f37be369cacda8b1b3970cdda8fd5ff578be976..d3a3692e6f1db56a3ff4d72dd0aa0ba3aeaa6ad2:/cookbooks/imagery/recipes/default.rb diff --git a/cookbooks/imagery/recipes/default.rb b/cookbooks/imagery/recipes/default.rb index 9cf0692f2..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"