diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-09-14 09:58:18 -0400 |
---|---|---|
committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2015-09-14 09:58:18 -0400 |
commit | 87dc315597e8ed27c2e0907615ede8a3f1521b7a (patch) | |
tree | 63d7c8a54a643cc628b9b4f7a3b941d9f508c4ad /manifests | |
parent | 633b8083d23011668735823dff4c5af2d491aa0c (diff) |
Fix export tag variable scope in munin::host
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/host.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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', |