diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/defaults/commands.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/defaults/commands.pp b/manifests/defaults/commands.pp index 06e45e9..e061e79 100644 --- a/manifests/defaults/commands.pp +++ b/manifests/defaults/commands.pp @@ -101,7 +101,7 @@ class nagios::defaults::commands { # better check_dns check_dns2: - command_line => '$USER1$/check_dns2 -c $ARG1 A $ARG2'; + command_line => '$USER1$/check_dns2 -c $ARG1$ A $ARG2$'; } # notification commands |