summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2015-10-12 23:32:28 +0200
committermh <mh@immerda.ch>2015-10-12 23:32:28 +0200
commitc754ec94b331828588b6a3c2423ef9f21c849e18 (patch)
tree01211813985577c342873d6a11feb019b8de2d0d
parentd85a5924b713143426a59ece9df82bba7534e11b (diff)
the module is called gpg
-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 d8c1d40..3493ff8 100644
--- a/manifests/plugins/gpg.pp
+++ b/manifests/plugins/gpg.pp
@@ -1,7 +1,7 @@
# check_gpg from
# https://github.com/lelutin/nagios-plugins/blob/master/check_gpg
class nagios::plugins::gpg {
- require ::gnupg
+ require ::gpg
nagios::plugin{'check_gpg':
source => 'nagios/plugins/check_gpg',
}