Make sure to start the mirror-health service
[mirror/dsa-puppet.git] / modules / roles / manifests / mirror_health.pp
index 1290967..a00f0a4 100644 (file)
@@ -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,
+        }
 }