summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorChristian G. Warden <cwarden@xerus.org>2012-02-02 18:14:56 -0800
committerChristian G. Warden <cwarden@xerus.org>2012-02-02 18:14:56 -0800
commit8a2e868c67013f6dcebe722cc1f0c7cbf599b8fc (patch)
treea5aee3beb40281fcdb227291f103bb1f13c961e4 /manifests
parentd8de9540534a3801c87278435934da3c88a69e4b (diff)
Make sure concat::setup is declared
Make sure concat::setup is declared for /etc/munin/munin.conf.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/host.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 107cd39..22ffbe2 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -4,6 +4,7 @@
class munin::host {
package {"munin": ensure => installed, }
+ include concat::setup
Concat::Fragment <<| tag == 'munin' |>>