From: Tom Hughes Date: Wed, 16 Sep 2020 15:33:56 +0000 (+0100) Subject: Deploy prometheus client to machines in Amsterdam X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7735d1ca60575ffdbc9be0b33e3df049ac4d2f6f Deploy prometheus client to machines in Amsterdam --- diff --git a/roles/equinix.rb b/roles/equinix.rb index 625aa8f57..a98450b34 100644 --- a/roles/equinix.rb +++ b/roles/equinix.rb @@ -50,5 +50,6 @@ override_attributes( ) run_list( - "role[nl]" + "role[nl]", + "recipe[prometheus]" )