]> git.openstreetmap.org Git - chef.git/commitdiff
Enable stereo as admin on dribble
authorGrant Slater <github@firefishy.com>
Wed, 2 Aug 2023 04:35:59 +0000 (05:35 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 2 Aug 2023 04:35:59 +0000 (05:35 +0100)
roles/dribble.rb

index 919720597046a611469ec6f01b1cb7a29020be65..032e77b71f95f1a02a90fc895085ee2c39cb77eb 100644 (file)
@@ -31,6 +31,7 @@ default_attributes(
   },
   :accounts => {
     :users => {
+      :stereo => { :status => :administrator },
       :kevin => { :status => :user }
     }
   }