]> git.openstreetmap.org Git - chef.git/commitdiff
bless mikel as admin on fume
authorGrant Slater <github@firefishy.com>
Tue, 23 Apr 2024 15:06:35 +0000 (16:06 +0100)
committerGrant Slater <github@firefishy.com>
Tue, 23 Apr 2024 15:06:35 +0000 (16:06 +0100)
roles/blog-staging.rb

index c2576b47149f49461304eac003092aaaf6cd9e59..bafdf6227390f636093027ae10e5c1b90431c59c 100644 (file)
@@ -4,7 +4,7 @@ description "Role applied to staging blog servers"
 default_attributes(
   :accounts => {
     :users => {
-      :mikel => { :status => :user },
+      :mikel => { :status => :administrator },
       :wordpress => {
         :status => :role,
         :members => [:mikel]