]> git.openstreetmap.org Git - chef.git/blobdiff - roles/hostedinnz.rb
Enable SNMP for HostedIn.NZ machines
[chef.git] / roles / hostedinnz.rb
index 86438e01fadcebd7c8a1057d7595a91e9bafd198..40eaba9cc8c7b16a1b236d63809cda21a30a9acd 100644 (file)
@@ -11,6 +11,10 @@ default_attributes(
         :zone => "osm"
       }
     }
+  },
+  :snmpd => {
+    :community => "hostedinnz",
+    :location => "Wellington"
   }
 )
 
@@ -21,5 +25,6 @@ override_attributes(
 )
 
 run_list(
-  "role[nz]"
+  "role[nz]",
+  "recipe[snmpd]"
 )