]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gateway.rb
Run smokeping exporter on gateways
[chef.git] / roles / gateway.rb
index b9007b86ece3163425243dcf5c324e6b4d810659..a78f04bcf849bd056ecf9a4ae09a863161133c4a 100644 (file)
@@ -14,5 +14,6 @@ default_attributes(
 )
 
 run_list(
-  "recipe[bind]"
+  "recipe[bind]",
+  "recipe[prometheus::smokeping]"
 )