X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/55a7ebce36051519679fe45e854d2c67d4057bc3..c7dae1efb8bf82fc9c8ebded662fc0101f7c8d2d:/cookbooks/imagery/recipes/default.rb diff --git a/cookbooks/imagery/recipes/default.rb b/cookbooks/imagery/recipes/default.rb index 80bf71bfe..7fd210284 100644 --- a/cookbooks/imagery/recipes/default.rb +++ b/cookbooks/imagery/recipes/default.rb @@ -21,10 +21,8 @@ include_recipe "nginx" include_recipe "git" # Imagery gdal Requirements -package %w[ - gdal-bin - # python-gdal - disable while broken in gis unstable repo -] +package "gdal-bin" +# python-gdal - disable while broken in gis unstable repo # Imagery MapServer + Mapcache Requirements package %w[ @@ -84,7 +82,6 @@ end nginx_site "default" do template "nginx_default.conf.erb" directory "/srv/imagery/default" - restart_nginx false end systemd_tmpfile "/run/mapserver-fastcgi" do