]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/recipes/default.rb
Fix domain name
[chef.git] / cookbooks / imagery / recipes / default.rb
index 80bf71bfe00875dcb166a2a6f413a0a3d165abd2..961216f9d8b1a5e27404560003578e1d8991e4af 100644 (file)
@@ -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,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