X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/741593ee2bf203c9261f604d094e3d8e621698a8..e8782da840fdd080fc9bafa6428c66d466926805:/cookbooks/imagery/recipes/default.rb diff --git a/cookbooks/imagery/recipes/default.rb b/cookbooks/imagery/recipes/default.rb index 03d3fcc66..961216f9d 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 -] +package "gdal-bin" +# python-gdal - disable while broken in gis unstable repo # Imagery MapServer + Mapcache Requirements package %w[ @@ -84,7 +82,7 @@ end nginx_site "default" do template "nginx_default.conf.erb" directory "/srv/imagery/default" - restart_nginx false + reload_nginx false end systemd_tmpfile "/run/mapserver-fastcgi" do