summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2015-10-13 00:01:11 +0200
committermh <mh@immerda.ch>2015-10-13 00:01:11 +0200
commit41cf7666abb78020c7ea3a331bd65f709e73fbf8 (patch)
tree3e5c39009a2ad94b08dd075210f55a34bf5bc391
parent1c3e0881ef6a93637a63561f44ec3edc963a7220 (diff)
correct naming
-rw-r--r--manifests/plugins/gpg.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugins/gpg.pp b/manifests/plugins/gpg.pp
index 198f5ab..632ad1f 100644
--- a/manifests/plugins/gpg.pp
+++ b/manifests/plugins/gpg.pp
@@ -37,7 +37,7 @@ done
require => File[$gpg_home];
}
nagios_command {
- 'check_gnupg':
+ 'check_gpg':
command_line => "\$USER1\$/check_gpg --gnupg-homedir ${gpg_home} -w \$ARG1\$ \$ARG2\$",
require => Nagios::Plugin['check_gpg'],
}