Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/nagios/manifests/server.pp

Issue 5189767234846720: Quick-Fix in the context of #765 and #760 (Closed)
Patch Set: See https://issues.adblockplus.org/ticket/765 - first comment Created July 10, 2014, 9:41 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/nagios/manifests/server.pp
===================================================================
--- a/modules/nagios/manifests/server.pp
+++ b/modules/nagios/manifests/server.pp
@@ -90,7 +90,9 @@
'/etc/nagios3/conf.d/hostgroups_nagios2.cfg',
'/etc/nagios3/conf.d/localhost_nagios2.cfg',
'/etc/nagios3/conf.d/services_nagios2.cfg']:
- ensure => absent
+ ensure => absent,
+ require => Package['nagios3'],
+ before => Service['nagios3']
mathias 2014/07/10 10:22:17 Almost sure. As far as I can see these files are
}
resources {['nagios_contact', 'nagios_contactgroup', 'nagios_host',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld