]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tile.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / tile.rb
index ea8b27daf1fbfb913673792625acbe4969ce5ab8..d0de61bbe53c9ce5770eef973e8de5eba7b9b09b 100644 (file)
@@ -4,8 +4,9 @@ description "Role applied to all tile servers"
 default_attributes(
   :accounts => {
     :users => {
+      :pnorman => { :status => :user },
       :tile => {
-        :members => [:jburgess, :tomh]
+        :members => [:jburgess, :tomh, :pnorman]
       }
     }
   },
@@ -104,7 +105,8 @@ default_attributes(
     :styles => {
       :default => {
         :repository => "https://github.com/gravitystorm/openstreetmap-carto.git",
-        :revision => "v5.5.1",
+        :revision => "v5.6.1",
+        :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh",
         :max_zoom => 19
       }
     }