From d2c64af12f4f38013b740fa00b748d76e5462681 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 30 Sep 2017 22:16:07 +0200 Subject: [PATCH] Make sure to start the mirror-health service --- modules/roles/manifests/mirror_health.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/roles/manifests/mirror_health.pp b/modules/roles/manifests/mirror_health.pp index 129096769..a00f0a4e5 100644 --- a/modules/roles/manifests/mirror_health.pp +++ b/modules/roles/manifests/mirror_health.pp @@ -29,4 +29,8 @@ define roles::mirror_health ( target => "../mirror-health-${check_service}.service", notify => Exec['systemctl daemon-reload'], } + + service { "mirror-health-${check_service}": + ensure => running, + } } -- 2.20.1