]> git.openstreetmap.org Git - chef.git/commitdiff
Add pnorman user to all tile servers
authorGrant Slater <git@firefishy.com>
Sat, 13 Aug 2022 11:11:47 +0000 (14:11 +0300)
committerGrant Slater <git@firefishy.com>
Sat, 13 Aug 2022 11:11:47 +0000 (14:11 +0300)
roles/tile.rb

index 25407d75b52982409e83ba83005cb6c1a2a4e845..3a51ba7de190c76889b8c6a7f25792d57c14b18f 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]
       }
     }
   },