projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec8bb27
)
Add AARNet remote hands accounts
author
Tom Hughes
<tom@compton.nu>
Fri, 17 May 2019 07:44:14 +0000
(08:44 +0100)
committer
Tom Hughes
<tom@compton.nu>
Fri, 17 May 2019 07:44:14 +0000
(08:44 +0100)
roles/aarnet.rb
patch
|
blob
|
history
diff --git
a/roles/aarnet.rb
b/roles/aarnet.rb
index c8d84f858b6db8ff14775d94bde94079d5ab21fb..f028c23b04b2199c4c71273c1e164c71b3b1c2b6 100644
(file)
--- a/
roles/aarnet.rb
+++ b/
roles/aarnet.rb
@@
-2,6
+2,12
@@
name "aarnet"
description "Role applied to all servers at AARNet"
default_attributes(
+ :accounts => {
+ :users => {
+ :chm => { :status => :administrator },
+ :bclifford => { :status => :administrator }
+ }
+ },
:hosted_by => "AARNet"
)