diff options
author | varac <varacanero@zeromail.org> | 2012-09-17 18:34:10 +0200 |
---|---|---|
committer | Leap devs <sysdev@leap.se> | 2012-09-19 16:06:43 +0000 |
commit | 2924e23b6ed826bf22877978c6b9a430a6407a4b (patch) | |
tree | 8e27fc50a8b29847f144d217b741ddca5a156a4d /manifests | |
parent | 8d628310894fd954ddc643932a621f078d874cd9 (diff) |
corrected path to pnp4nagios apache.conf
Diffstat (limited to 'manifests')
-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 9fa4d63..3971f36 100644 --- a/manifests/pnp4nagios.pp +++ b/manifests/pnp4nagios.pp @@ -18,7 +18,7 @@ class nagios::pnp4nagios { file { 'apache.conf': path => "/etc/pnp4nagios/apache.conf", source => [ "puppet:///modules/site-nagios/pnp4nagios/apache.conf", - "puppet:///modules/nagios/configs/apache.conf" + "puppet:///modules/nagios/pnp4nagios/apache.conf" ], notify => Service['apache'], } |