projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
28ef102
)
On tile caches make admins member of proxy group
author
Grant Slater
<git@firefishy.com>
Tue, 3 Nov 2015 16:43:39 +0000
(16:43 +0000)
committer
Grant Slater
<git@firefishy.com>
Tue, 3 Nov 2015 16:57:04 +0000
(16:57 +0000)
roles/tilecache.rb
patch
|
blob
|
history
diff --git
a/roles/tilecache.rb
b/roles/tilecache.rb
index 4f521d077094c860fde8d30ac01f0eff1177d87d..e60598efe64288c958648684777b1b0b0e24f8b5 100644
(file)
--- a/
roles/tilecache.rb
+++ b/
roles/tilecache.rb
@@
-2,6
+2,13
@@
name "tilecache"
description "Role applied to all tile cache servers"
default_attributes(
+ :accounts => {
+ :groups => {
+ :proxy => {
+ :members => [:tomh, :grant, :matt, :jburgess]
+ }
+ }
+ },
:apt => {
:sources => ["nginx"]
},