From 61b53fedb633a2fbe96031e3c8900fcef3b4ba66 Mon Sep 17 00:00:00 2001 From: Justin Lambert Date: Thu, 6 Jun 2013 17:30:31 -0600 Subject: [PATCH] default check standalone value is true --- manifests/check.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/check.pp b/manifests/check.pp index 0096e01d23..4dd98b9c3e 100644 --- a/manifests/check.pp +++ b/manifests/check.pp @@ -10,7 +10,7 @@ $ensure = 'present', $type = undef, $handlers = [], - $standalone = undef, + $standalone = true, $interval = '60', $subscribers = [], $low_flap_threshold = undef,