summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorduritong <peter.meier+github@immerda.ch>2012-04-10 05:59:20 -0700
committerduritong <peter.meier+github@immerda.ch>2012-04-10 05:59:20 -0700
commit71d2ec597e9c3b091257252f80db74990f870dca (patch)
tree867d3164c5e2deae5f58683fe816b19f38c4bf22 /manifests
parentaca8aa110225f13b35bb40f7ad153b5a0167bf58 (diff)
parent8a2e868c67013f6dcebe722cc1f0c7cbf599b8fc (diff)
Merge pull request #3 from cwarden/concat-fix
Make sure concat::setup is declared
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 a26c013..e81f08f 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' |>>