summaryrefslogtreecommitdiff
path: root/manifests/plugins/gpg.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugins/gpg.pp')
-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',
}