summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authorChristian G. Warden <cwarden@xerus.org>2012-02-02 18:10:14 -0800
committerChristian G. Warden <cwarden@xerus.org>2012-02-02 18:10:14 -0800
commite2dfae5852ecdf3695a6af8ec48092ea24698390 (patch)
treed655e7fbf5a12b2a622c83411b40397e512d01e1 /manifests/host.pp
parentd8de9540534a3801c87278435934da3c88a69e4b (diff)
Fully qualify facter variables
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 107cd39..c424e94 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -9,10 +9,10 @@ class munin::host {
concat::fragment{'munin.conf.header':
target => '/etc/munin/munin.conf',
- source => [ "puppet:///modules/site-munin/config/host/${fqdn}/munin.conf.header",
- "puppet:///modules/site-munin/config/host/munin.conf.header.$operatingsystem",
+ source => [ "puppet:///modules/site-munin/config/host/${::fqdn}/munin.conf.header",
+ "puppet:///modules/site-munin/config/host/munin.conf.header.${::operatingsystem}",
"puppet:///modules/site-munin/config/host/munin.conf.header",
- "puppet:///modules/munin/config/host/munin.conf.header.$operatingsystem",
+ "puppet:///modules/munin/config/host/munin.conf.header.${::operatingsystem}",
"puppet:///modules/munin/config/host/munin.conf.header" ],
order => 05,
}