From e5ca2c5330c0423b77f475b2fa26b3d2e720e0ae Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 3 Nov 2015 16:43:39 +0000 Subject: [PATCH 1/1] On tile caches make admins member of proxy group --- roles/tilecache.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 4f521d077..e60598efe 100644 --- 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"] }, -- 2.43.2