]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
imagery: next gb_os_sv_diff layer available
[chef.git] / roles / tilecache.rb
index 4f521d077094c860fde8d30ac01f0eff1177d87d..438f61992d27d2395a15ef38f5b3a61c6add9f6c 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"]
   },
@@ -28,6 +35,5 @@ default_attributes(
 )
 
 run_list(
-  "role[geodns]",
   "recipe[tilecache]"
 )