]> git.openstreetmap.org Git - chef.git/commitdiff
Install prometheus client everywhere
authorTom Hughes <tom@compton.nu>
Wed, 16 Sep 2020 16:43:02 +0000 (17:43 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 16 Sep 2020 16:43:02 +0000 (17:43 +0100)
roles/base.rb
roles/equinix.rb
roles/ucl.rb

index ce481861cbee0c5a608385138070aa25d780068d..310b2ddf1876e178cac58d5e3ba6e5b1e3eebcdc 100644 (file)
@@ -88,6 +88,7 @@ run_list(
   "recipe[chef]",
   "recipe[devices]",
   "recipe[hardware]",
+  "recipe[prometheus]",
   "recipe[munin::plugins]",
   "recipe[networking]",
   "recipe[exim]",
index a98450b343d0f273fd86c2affdb6b742517b5469..625aa8f57d3e78be50170375d6933d4c8854eb90 100644 (file)
@@ -50,6 +50,5 @@ override_attributes(
 )
 
 run_list(
-  "role[nl]",
-  "recipe[prometheus]"
+  "role[nl]"
 )
index b3220a9941ceb62d7b9c8a06bb338da12ea25969..516c925d39f5e81073d242ca1d7a88425287596a 100644 (file)
@@ -39,6 +39,5 @@ override_attributes(
 )
 
 run_list(
-  "role[gb]",
-  "recipe[prometheus]"
+  "role[gb]"
 )