From 87dc315597e8ed27c2e0907615ede8a3f1521b7a Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Mon, 14 Sep 2015 09:58:18 -0400 Subject: Fix export tag variable scope in munin::host --- manifests/host.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/host.pp') diff --git a/manifests/host.pp b/manifests/host.pp index ffe7883..dd5720c 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -7,7 +7,7 @@ class munin::host { package {'munin': ensure => installed, } - Concat::Fragment <<| tag == $export_tag |>> + Concat::Fragment <<| tag == $munin::export_tag |>> concat::fragment{'munin.conf.header': target => '/etc/munin/munin.conf', -- cgit v1.2.3