]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
Configure IPv6 for OSUOSL machines
[chef.git] / roles / tilecache.rb
index 4f521d077094c860fde8d30ac01f0eff1177d87d..86a4942856cd527abc17e2a497378f64408fd13e 100644 (file)
@@ -2,9 +2,23 @@ name "tilecache"
 description "Role applied to all tile cache servers"
 
 default_attributes(
+  :accounts => {
+    :groups => {
+      :proxy => {
+        :members => [:tomh, :grant, :matt, :jburgess]
+      }
+    }
+  },
   :apt => {
     :sources => ["nginx"]
   },
+  :munin => {
+    :plugins => {
+      :cpu => {
+        :user => { :warning => 100, :critical => 200 }
+      }
+    }
+  },
   :sysctl => {
     :network_conntrack_time_wait => {
       :comment => "Only track completed connections for 30 seconds",
@@ -28,6 +42,5 @@ default_attributes(
 )
 
 run_list(
-  "role[geodns]",
   "recipe[tilecache]"
 )