From bf6856e3b55e2353efc3c2c0fcd278aa0018521d Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 14 Nov 2012 08:54:23 +0100 Subject: we should then set a default --- manifests/service.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/service.pp') diff --git a/manifests/service.pp b/manifests/service.pp index d200416..9eb993e 100644 --- a/manifests/service.pp +++ b/manifests/service.pp @@ -1,7 +1,7 @@ define nagios::service ( $ensure = present, $host_name = $::fqdn, - $check_command, + $check_command = 'absent', $check_period = '', $normal_check_interval = '', $retry_check_interval = '', -- cgit v1.2.3