Skip to content

Commit

Permalink
resolve nagios_cfgdir variable
Browse files Browse the repository at this point in the history
  • Loading branch information
varac authored and micah committed Feb 14, 2013
1 parent bb37870 commit 49c4332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/pnp4nagios/popup.pp
@@ -1,6 +1,6 @@
class nagios::pnp4nagios::popup inherits nagios::pnp4nagios {
File['pnp4nagios-templates.cfg']{
path => "$nagios::nagios_cfgdir/conf.d/pnp4nagios-templates.cfg",
path => "${nagios::defaults::vars::int_nagios_cfgdir}/conf.d/pnp4nagios-templates.cfg",
source => [ "puppet:///modules/site-nagios/pnp4nagios/pnp4nagios-popup-templates.cfg",
"puppet:///modules/nagios/pnp4nagios/pnp4nagios-popup-templates.cfg" ]
}
Expand Down

0 comments on commit 49c4332

Please sign in to comment.