From: Tom Hughes Date: Fri, 11 Sep 2020 14:02:38 +0000 (+0100) Subject: Install basic prometheus node exporter on UCL machines X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/06c82135416343bfd18dc84a862c5d4743540ce4 Install basic prometheus node exporter on UCL machines --- diff --git a/roles/ucl.rb b/roles/ucl.rb index 27064ea23..7f74979a5 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -33,5 +33,6 @@ override_attributes( ) run_list( - "role[gb]" + "role[gb]", + "recipe[prometheus]" )