]> git.openstreetmap.org Git - chef.git/commitdiff
On tile caches make admins member of proxy group
authorGrant Slater <git@firefishy.com>
Tue, 3 Nov 2015 16:43:39 +0000 (16:43 +0000)
committerGrant Slater <git@firefishy.com>
Tue, 3 Nov 2015 16:57:04 +0000 (16:57 +0000)
roles/tilecache.rb

index 4f521d077094c860fde8d30ac01f0eff1177d87d..e60598efe64288c958648684777b1b0b0e24f8b5 100644 (file)
@@ -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"]
   },