]> git.openstreetmap.org Git - chef.git/commitdiff
Bump norman up to administrator on tile servers
authorTom Hughes <tom@compton.nu>
Wed, 9 Nov 2022 22:33:01 +0000 (22:33 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 9 Nov 2022 22:33:01 +0000 (22:33 +0000)
roles/tile.rb

index d0de61bbe53c9ce5770eef973e8de5eba7b9b09b..1a701aa2d9c20216a31860a81800ef560c984a0c 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]
       }