Skip to content

Commit

Permalink
corrected path to pnp4nagios apache.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
varac authored and micah committed Feb 14, 2013
1 parent 559dfc7 commit 4bd3595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/pnp4nagios.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
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'],
}
Expand Down

0 comments on commit 4bd3595

Please sign in to comment.