summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2015-08-14 05:01:32 -0400
committerGabriel Filion <gabster@lelutin.ca>2015-08-14 05:01:32 -0400
commit633b8083d23011668735823dff4c5af2d491aa0c (patch)
tree182c131c54330b9374c02e109a93a96e5cf70761 /manifests/host.pp
parentca6462c6dc48dcb1af64cefe35c2cf8902f8cc30 (diff)
Add an upgrade notice about using the main class
The module's behaviour was changed from needing to include two different classes to using only the main class (class munin) directly. However, this change was not documented and it could lead to weird errors related to variables being undefined.
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 9831052..ffe7883 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -2,6 +2,7 @@
# Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at>
# See LICENSE for the full license granted to you.
+# WARNING: this class should not be included directly. See the 'munin' class.
class munin::host {
package {'munin': ensure => installed, }