diff options
author | varac <varacanero@zeromail.org> | 2012-09-17 19:00:31 +0200 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-02-14 17:59:00 -0500 |
commit | 09ea320fc19e872012d88fb748e2d784e360afa4 (patch) | |
tree | 65d6c30452447e41f466d5931e2894420dc25619 /manifests | |
parent | 64e2b42f925d263a11ff6b6b39a6c42511007ed1 (diff) |
typo
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/pnp4nagios.pp | 4 |
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']; } |