summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-09-17 19:00:31 +0200
committerLeap devs <sysdev@leap.se>2012-09-19 16:06:51 +0000
commit17db655f6589ecf4d673b723f59dd04e5c22b170 (patch)
tree16a8188b1326004adb25937eccd2205c694fea7d /manifests
parentcfd48e24151d232a76461acea18795cb8725ca00 (diff)
typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/pnp4nagios.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/pnp4nagios.pp b/manifests/pnp4nagios.pp
index 9026d3e..f0df1ff 100644
--- a/manifests/pnp4nagios.pp
+++ b/manifests/pnp4nagios.pp
@@ -20,8 +20,8 @@ class nagios::pnp4nagios {
path => "/etc/pnp4nagios/apache.conf",
source => [ "puppet:///modules/site-nagios/pnp4nagios/apache.conf",
"puppet:///modules/nagios/pnp4nagios/apache.conf" ],
- mode => 0644, owner => root, group => root;
- notify => Service['apache'],
+ mode => 0644, owner => root, group => root,
+ notify => Service['apache'];
}