]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gateway.rb
Merge interface families
[chef.git] / roles / gateway.rb
index 653d686f387802331bb09c2d082517cce9fd1b7d..a78f04bcf849bd056ecf9a4ae09a863161133c4a 100644 (file)
@@ -9,10 +9,11 @@ default_attributes(
     }
   },
   :exim => {
-    :relay_from_hosts => [ "10.0.0.0/8"]
+    :relay_from_hosts => ["10.0.0.0/8"]
   }
 )
 
 run_list(
-  "recipe[bind]"
+  "recipe[bind]",
+  "recipe[prometheus::smokeping]"
 )