]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Drop outgoing mail overrides that are no longer needed
[chef.git] / roles / tile.rb
index 3a51ba7de190c76889b8c6a7f25792d57c14b18f..a30962415e8d572bb5f1dc89e00927b98980d761 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.0",
+        :revision => "v5.7.0",
         :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh",
         :max_zoom => 19
       }