diff options
author | mh <mh@immerda.ch> | 2010-10-21 03:33:54 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-10-21 03:33:54 +0200 |
commit | e0c7a26923547adeee09429c1b419f18f4577dac (patch) | |
tree | 6598e89b1648171ed01ac5a7344bececbae5a216 /manifests/defaults | |
parent | 6227899364bc721b9c728151a69c46386d96cf44 (diff) |
fix typo in commands
Diffstat (limited to 'manifests/defaults')
-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 |