From: Tom Hughes Date: Wed, 16 Sep 2020 16:43:02 +0000 (+0100) Subject: Install prometheus client everywhere X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d7f96f8db950795e4a75a2ccc1d7c99587da4afc Install prometheus client everywhere --- 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]" )