Use variable correctly
authorPeter Palfrader <peter@palfrader.org>
Sun, 22 Sep 2019 12:49:29 +0000 (14:49 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 22 Sep 2019 12:49:29 +0000 (14:49 +0200)
modules/roles/manifests/debug_mirror.pp

index 4975c41..d618b49 100644 (file)
@@ -48,7 +48,7 @@ class roles::debug_mirror(
     default => 'present',
   }
   mirror_health::service { 'debug':
-    ensure                 => healthcheck_ensure,
+    ensure                 => $healthcheck_ensure,
     this_host_service_name => $healthcheck_name,
     url                    => 'http://debug.backend.mirrors.debian.org/debian-debug/dists/sid-debug/Release',
     health_url             => 'http://debug.backend.mirrors.debian.org/_health',