]> git.openstreetmap.org Git - chef.git/commitdiff
Add AARNet remote hands accounts
authorTom Hughes <tom@compton.nu>
Fri, 17 May 2019 07:44:14 +0000 (08:44 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 17 May 2019 07:44:14 +0000 (08:44 +0100)
roles/aarnet.rb

index c8d84f858b6db8ff14775d94bde94079d5ab21fb..f028c23b04b2199c4c71273c1e164c71b3b1c2b6 100644 (file)
@@ -2,6 +2,12 @@ name "aarnet"
 description "Role applied to all servers at AARNet"
 
 default_attributes(
 description "Role applied to all servers at AARNet"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :chm => { :status => :administrator },
+      :bclifford => { :status => :administrator }
+    }
+  },
   :hosted_by => "AARNet"
 )
 
   :hosted_by => "AARNet"
 )