diff options
author | mh <mh@immerda.ch> | 2015-10-12 23:32:28 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2015-10-12 23:32:28 +0200 |
commit | c754ec94b331828588b6a3c2423ef9f21c849e18 (patch) | |
tree | 01211813985577c342873d6a11feb019b8de2d0d | |
parent | d85a5924b713143426a59ece9df82bba7534e11b (diff) |
the module is called gpg
-rw-r--r-- | manifests/plugins/gpg.pp | 2 |
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', } |