summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-09-17 20:10:33 +0200
committervarac <varacanero@zeromail.org>2012-09-17 20:10:33 +0200
commit374c55937a50622c26c31676953d89ab81028327 (patch)
tree2a05c77cfa172283be1c9ac413587381a2754465 /manifests
parent93fe32a0f6dcf25193c4c9f169e6df3d93844eaa (diff)
typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/pnp4nagios.pp2
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'],
}