From 7735d1ca60575ffdbc9be0b33e3df049ac4d2f6f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 16 Sep 2020 16:33:56 +0100 Subject: [PATCH] Deploy prometheus client to machines in Amsterdam --- roles/equinix.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]" ) -- 2.39.5