diff options
author | varac <varacanero@zeromail.org> | 2012-09-17 20:10:33 +0200 |
---|---|---|
committer | Leap devs <sysdev@leap.se> | 2012-09-19 16:07:12 +0000 |
commit | 3e58bf7e96fe1910fbf30b7a72c022ed02ec0e2e (patch) | |
tree | fac4ec57144cc296398bcef86c1c5744637c9934 | |
parent | 579b622e8f276b01ff0bc85c7828fb3dfb0b70ae (diff) |
typo
-rw-r--r-- | manifests/pnp4nagios.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/pnp4nagios.pp b/manifests/pnp4nagios.pp index d97bb1e..837c447 100644 --- a/manifests/pnp4nagios.pp +++ b/manifests/pnp4nagios.pp @@ -13,7 +13,7 @@ class nagios::pnp4nagios { path => "$nagios::nagios_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; + mode => 0644, owner => root, group => root, notify => Service['nagios'], } |