summaryrefslogtreecommitdiff
path: root/manifests/pnp4nagios.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-09-25 23:47:42 +0200
committervarac <varacanero@zeromail.org>2012-09-25 23:48:09 +0200
commit3ac9eeda5e499b07a0d447704c1a6e2611dc773b (patch)
treeb471f870f9a7e3d08844bb9ecde0acf67a06dae5 /manifests/pnp4nagios.pp
parent50ab3289f893caaf40e412bbcc30da92e192f15d (diff)
forgot $
Diffstat (limited to 'manifests/pnp4nagios.pp')
-rw-r--r--manifests/pnp4nagios.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/pnp4nagios.pp b/manifests/pnp4nagios.pp
index efa8681..7c960a7 100644
--- a/manifests/pnp4nagios.pp
+++ b/manifests/pnp4nagios.pp
@@ -10,7 +10,7 @@ class nagios::pnp4nagios {
# so we need to copy a file here.
file { 'pnp4nagios-templates.cfg':
- path => "{nagios::defaults::vars::int_cfgdir}/conf.d/pnp4nagios-templates.cfg",
+ path => "${nagios::defaults::vars::int_cfgdir}/conf.d/pnp4nagios-templates.cfg",
source => [ "puppet:///modules/site-nagios/pnp4nagios/pnp4nagios-templates.cfg",
"puppet:///modules/nagios/pnp4nagios/pnp4nagios-templates.cfg" ],
mode => 0644, owner => root, group => root,