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"
owner "imagery"
group "imagery"
mode "0755"
+ not_if { kitchen? }
end