From: Tollef Fog Heen Date: Sat, 30 Sep 2017 20:16:07 +0000 (+0200) Subject: Make sure to start the mirror-health service X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d2c64af12f4f38013b740fa00b748d76e5462681;p=mirror%2Fdsa-puppet.git Make sure to start the mirror-health service --- 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, + } }