From 8a2e868c67013f6dcebe722cc1f0c7cbf599b8fc Mon Sep 17 00:00:00 2001 From: "Christian G. Warden" Date: Thu, 2 Feb 2012 18:14:56 -0800 Subject: Make sure concat::setup is declared Make sure concat::setup is declared for /etc/munin/munin.conf. --- manifests/host.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/host.pp') 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' |>> -- cgit v1.2.3