projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac5ffb2
)
Add local admin accounts for NCHC machines
author
Tom Hughes
<tom@compton.nu>
Fri, 21 Feb 2014 00:25:27 +0000
(
00:25
+0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 21 Feb 2014 00:25:27 +0000
(
00:25
+0000)
roles/nchc.rb
patch
|
blob
|
history
diff --git
a/roles/nchc.rb
b/roles/nchc.rb
index ebc9487bb9ecbfdf61c4235295003d732edad80c..8291d68668c230fdc97e4b29866bdb9789d516a5 100644
(file)
--- a/
roles/nchc.rb
+++ b/
roles/nchc.rb
@@
-2,6
+2,12
@@
name "nchc"
description "Role applied to all servers at NCHC"
default_attributes(
+ :accounts => {
+ :users => {
+ :steven => { :status => :administrator },
+ :ceasar => { :status => :administrator }
+ }
+ },
:networking => {
:nameservers => [ "8.8.8.8", "8.8.4.4" ],
:roles => {