From d7f96f8db950795e4a75a2ccc1d7c99587da4afc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 16 Sep 2020 17:43:02 +0100 Subject: [PATCH] Install prometheus client everywhere --- roles/base.rb | 1 + roles/equinix.rb | 3 +-- roles/ucl.rb | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/roles/base.rb b/roles/base.rb index ce481861c..310b2ddf1 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -88,6 +88,7 @@ run_list( "recipe[chef]", "recipe[devices]", "recipe[hardware]", + "recipe[prometheus]", "recipe[munin::plugins]", "recipe[networking]", "recipe[exim]", diff --git a/roles/equinix.rb b/roles/equinix.rb index a98450b34..625aa8f57 100644 --- a/roles/equinix.rb +++ b/roles/equinix.rb @@ -50,6 +50,5 @@ override_attributes( ) run_list( - "role[nl]", - "recipe[prometheus]" + "role[nl]" ) diff --git a/roles/ucl.rb b/roles/ucl.rb index b3220a994..516c925d3 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -39,6 +39,5 @@ override_attributes( ) run_list( - "role[gb]", - "recipe[prometheus]" + "role[gb]" ) -- 2.43.2