summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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',