]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Switch to public overpass instance
[chef.git] / roles / tile.rb
index d0de61bbe53c9ce5770eef973e8de5eba7b9b09b..56f6fe958c713a5565d4a413317581fa2b86cbc1 100644 (file)
@@ -4,7 +4,7 @@ description "Role applied to all tile servers"
 default_attributes(
   :accounts => {
     :users => {
-      :pnorman => { :status => :user },
+      :pnorman => { :status => :administrator },
       :tile => {
         :members => [:jburgess, :tomh, :pnorman]
       }
@@ -105,7 +105,7 @@ default_attributes(
     :styles => {
       :default => {
         :repository => "https://github.com/gravitystorm/openstreetmap-carto.git",
-        :revision => "v5.6.1",
+        :revision => "v5.6.2",
         :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh",
         :max_zoom => 19
       }