summaryrefslogtreecommitdiff
path: root/manifests/service.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-11-14 08:54:23 +0100
committermh <mh@immerda.ch>2012-11-14 08:54:23 +0100
commitbf6856e3b55e2353efc3c2c0fcd278aa0018521d (patch)
tree5e1c0f42c6b83d682869087bfe252d18ea0e0009 /manifests/service.pp
parentd0509f6107ce95dfa1b3abdea709d92d54168ffc (diff)
we should then set a default
Diffstat (limited to 'manifests/service.pp')
-rw-r--r--manifests/service.pp2
1 files changed, 1 insertions, 1 deletions
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 = '',