summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-09-14 09:58:18 -0400
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-09-14 09:58:18 -0400
commit87dc315597e8ed27c2e0907615ede8a3f1521b7a (patch)
tree63d7c8a54a643cc628b9b4f7a3b941d9f508c4ad /manifests/host.pp
parent633b8083d23011668735823dff4c5af2d491aa0c (diff)
Fix export tag variable scope in munin::host
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp2
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',