]> git.openstreetmap.org Git - chef.git/blobdiff - roles/carnet.rb
Add byte counts to tile logs
[chef.git] / roles / carnet.rb
index ebbea7bd4509f0fdfa4fbeb7b96ddc4091d916cf..576f33dc84baed7b76f33226c4e7d1dfe689162a 100644 (file)
@@ -8,8 +8,16 @@ default_attributes(
       :hbogner => { :status => :administrator }
     }
   },
+  :munin => {
+    :allow => [ "193.198.233.210" ]
+  },
   :networking => {
-    :nameservers => [ "2001:b68:ff:1::2", "2001:b68:ff:2::2", "2001:4860:4860::8888" ],
+    :nameservers => [
+      "161.53.2.66",
+      "2001:b68:ff:1::2",
+      "2001:b68:ff:2::2",
+      "2001:4860:4860::8888"
+    ],
     :roles => {
       :external => {
         :zone => "cnt"
@@ -25,5 +33,5 @@ override_attributes(
 )
 
 run_list(
-  "role[fr]"
+  "role[hr]"
 )