]> git.openstreetmap.org Git - chef.git/commitdiff
Deploy prometheus client to machines in Amsterdam
authorTom Hughes <tom@compton.nu>
Wed, 16 Sep 2020 15:33:56 +0000 (16:33 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 16 Sep 2020 15:33:56 +0000 (16:33 +0100)
roles/equinix.rb

index 625aa8f57d3e78be50170375d6933d4c8854eb90..a98450b343d0f273fd86c2affdb6b742517b5469 100644 (file)
@@ -50,5 +50,6 @@ override_attributes(
 )
 
 run_list(
-  "role[nl]"
+  "role[nl]",
+  "recipe[prometheus]"
 )