]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
On tile caches make admins member of proxy group
[chef.git] / roles / tilecache.rb
index 4f521d077094c860fde8d30ac01f0eff1177d87d..e60598efe64288c958648684777b1b0b0e24f8b5 100644 (file)
@@ -2,6 +2,13 @@ name "tilecache"
 description "Role applied to all tile cache servers"
 
 default_attributes(
 description "Role applied to all tile cache servers"
 
 default_attributes(
+  :accounts => {
+    :groups => {
+      :proxy => {
+        :members => [:tomh, :grant, :matt, :jburgess]
+      }
+    }
+  },
   :apt => {
     :sources => ["nginx"]
   },
   :apt => {
     :sources => ["nginx"]
   },