projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9949b8b
)
Fix gpstile user setup
author
Tom Hughes
<tom@compton.nu>
Wed, 16 Oct 2013 19:25:28 +0000
(20:25 +0100)
committer
Tom Hughes
<tom@compton.nu>
Wed, 16 Oct 2013 19:25:28 +0000
(20:25 +0100)
roles/gps-tile.rb
patch
|
blob
|
history
diff --git
a/roles/gps-tile.rb
b/roles/gps-tile.rb
index 0b20f713dcecceb44a9851267cf59eb20b499ee8..c4aba9dbd2fdb3dd52f8d410db96e8e7af49d630 100644
(file)
--- a/
roles/gps-tile.rb
+++ b/
roles/gps-tile.rb
@@
-4,8
+4,11
@@
description "Role applied to all GPS tile servers"
default_attributes(
:accounts => {
:users => {
- :gpstile => :role,
- :enf => { :status => :administrator }
+ :enf => { :status => :administrator },
+ :gpstile => {
+ :status => :role,
+ :members => [ :enf, :tomh ]
+ }
}
}
)