From c89d010cf1b6f749e24fe636c93bda57bbe164ac Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 30 Sep 2017 21:38:32 +0200 Subject: [PATCH] Format the list of hosts to check properly --- modules/roles/templates/mirror-health.service.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/templates/mirror-health.service.erb b/modules/roles/templates/mirror-health.service.erb index 575c958f3..6158951bf 100644 --- a/modules/roles/templates/mirror-health.service.erb +++ b/modules/roles/templates/mirror-health.service.erb @@ -13,7 +13,7 @@ DynamicUser=true Environment="MIRROR_CHECK_SERVICE=<%= @check_service %>" Environment="MIRROR_CHECK_URL=<%= @url %>" -Environment="MIRROR_CHECK_HOSTS=<%= @check_hosts %>" +Environment="MIRROR_CHECK_HOSTS=<%= @check_hosts.join ' ' %>" Environment="MIRROR_CHECK_INTERVAL=<%= @check_interval %>" [Install] -- 2.20.1