From 8921169dca341c1818b542148f67f726a590b8a3 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 30 Jul 2017 15:13:30 +0100 Subject: [PATCH] changed ne_cmd_comment parameter --- manifests/commands/definitions.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/commands/definitions.pp b/manifests/commands/definitions.pp index 01f5940..b4afdce 100644 --- a/manifests/commands/definitions.pp +++ b/manifests/commands/definitions.pp @@ -35,7 +35,7 @@ define cd_nrpe::commands::definitions ( $ne_check_cmd = undef, $ne_cmd_path = '/usr/lib64/nagios/plugins/', $ne_cmd_argstring = undef, -$ne_cmd_comment = undef, +$ne_cmd_comment = '', ) {