]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Merge remote-tracking branch 'github/pull/742'
[chef.git] / roles / tile.rb
index 97bd895f8d55f49ed75dcbb024a55a88ff3d8f8b..550c99f66f550ead3a730202e2c2034adfef06fc 100644 (file)
@@ -46,6 +46,9 @@ default_attributes(
       }
     }
   },
+  :ruby => {
+    :fullstaq => false
+  },
   :ssl => {
     :ct_report_uri => false
   },
@@ -98,8 +101,9 @@ default_attributes(
     :styles => {
       :default => {
         :repository => "https://github.com/gravitystorm/openstreetmap-carto.git",
-        :revision => "v5.8.0",
+        :revision => "v5.9.0",
         :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh",
+        :functions_script => "/srv/tile.openstreetmap.org/styles/default/functions.sql",
         :max_zoom => 19
       }
     }