summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-06-13 20:17:12 +0000
committermh <mh@immerda.ch>2008-06-13 20:17:12 +0000
commit7a2faa981e91c0a224544cdfa502ac82686fa757 (patch)
tree6967d19654d89f804a9c73aa1be29f1b17efd368 /manifests/init.pp
parent2a66d0b5521c5917bb1c4a694f1c124f18faf605 (diff)
Merge commit 'puzzle/development'
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp19
1 files changed, 14 insertions, 5 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index b0b7b53..9e66978 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,9 +1,18 @@
+#
+# nagios module
# nagios.pp - everything nagios related
+#
# Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at>
-# See LICENSE for the full license granted to you.
-# adapted and improved by admin(at)immerda.ch
-# adapted by Puzzle ITC - haerry+puppet(at)puzzle.ch
-
+# Copyright 2008, admin(at)immerda.ch
+# Copyright 2008, Puzzle ITC GmbH
+# Marcel Härry haerry+puppet(at)puzzle.ch
+# Simon Josi josi+puppet(at)puzzle.ch
+#
+# This program is free software; you can redistribute
+# it and/or modify it under the terms of the GNU
+# General Public License version 3 as published by
+# the Free Software Foundation.
+#
# the directory containing all nagios configs:
$nagios_cfgdir = '/var/lib/puppet/modules/nagios'
@@ -117,7 +126,7 @@ class nagios::base {
Nagios_serviceextinfo <<||>>
Nagios_timeperiod <<||>>
- if defined(Class["munin::client"]) {
+ if $use_munin {
include munin::plugins::nagios
}
} # end nagios::base