diff options
author | varac <varacanero@zeromail.org> | 2012-09-25 21:29:31 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-09-25 23:27:58 +0200 |
commit | 50ab3289f893caaf40e412bbcc30da92e192f15d (patch) | |
tree | 53c2a10ad8809296100105eb4830d838aa50a260 /manifests/pnp4nagios/popup.pp | |
parent | 16e77b3a8b257dafcf059bfcebc095178995fda5 (diff) |
fix proper deployment of pnp4nagios-templates.cfg
Diffstat (limited to 'manifests/pnp4nagios/popup.pp')
-rw-r--r-- | manifests/pnp4nagios/popup.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/pnp4nagios/popup.pp b/manifests/pnp4nagios/popup.pp index b0da18b..a8de7c7 100644 --- a/manifests/pnp4nagios/popup.pp +++ b/manifests/pnp4nagios/popup.pp @@ -1,11 +1,7 @@ class nagios::pnp4nagios::popup inherits nagios::pnp4nagios { - notify {"${nagios::defaults::vars::int_nagios_cfgdir}":} File['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" ], - mode => 0644, owner => root, group => root, - notify => Service['nagios'], } file { "/usr/share/nagios3/htdocs/ssi": |