]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Drop spike-04 and spike-05 roles
[chef.git] / roles / tile.rb
index 25407d75b52982409e83ba83005cb6c1a2a4e845..56f6fe958c713a5565d4a413317581fa2b86cbc1 100644 (file)
@@ -4,8 +4,9 @@ description "Role applied to all tile servers"
 default_attributes(
   :accounts => {
     :users => {
+      :pnorman => { :status => :administrator },
       :tile => {
-        :members => [:jburgess, :tomh]
+        :members => [:jburgess, :tomh, :pnorman]
       }
     }
   },
@@ -104,7 +105,7 @@ default_attributes(
     :styles => {
       :default => {
         :repository => "https://github.com/gravitystorm/openstreetmap-carto.git",
-        :revision => "v5.6.0",
+        :revision => "v5.6.2",
         :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh",
         :max_zoom => 19
       }