summaryrefslogtreecommitdiff
path: root/manifests/plugin
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-05-15 21:30:17 +0200
committermh <mh@immerda.ch>2012-05-15 21:30:17 +0200
commit3db1ca8f85b28978a3a9c09de3551f536b1375a6 (patch)
tree29174809afb389a9a336135dd57ce0f9a597d44b /manifests/plugin
parent620a84a3753e0b9c5838ada54c0f306b955f2a24 (diff)
put the class the right place
Diffstat (limited to 'manifests/plugin')
-rw-r--r--manifests/plugin/jabber.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/plugin/jabber.pp b/manifests/plugin/jabber.pp
deleted file mode 100644
index 380a5c0..0000000
--- a/manifests/plugin/jabber.pp
+++ /dev/null
@@ -1,10 +0,0 @@
-class nagios::plugins::jabber {
-
- # for check_jabber_login
- require rubygems::xmpp4r
-
- nagios::plugin { 'check_jabber_login':
- source => 'nagios/plugins/check_jabber_login'
- }
-}
-