X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6f37be369cacda8b1b3970cdda8fd5ff578be976..afcb07ba438a01c65d701902dfcb39b04a0719ec:/cookbooks/imagery/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/imagery/recipes/default.rb b/cookbooks/imagery/recipes/default.rb index 9cf0692f2..7c1a1f88c 100644 --- a/cookbooks/imagery/recipes/default.rb +++ b/cookbooks/imagery/recipes/default.rb @@ -50,6 +50,13 @@ package %w[ unzip ] +template "/etc/mapserver.conf" do + source "mapserver.conf.erb" + owner "root" + group "root" + mode "644" +end + directory "/srv/imagery/mapserver" do owner "root" group "root" @@ -64,6 +71,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"