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

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

Issue 4910365653598208: #766 - Nagios Gateway Timeout (fix) (Closed)
Patch Set: Created July 11, 2014, 4:33 p.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
@@ -31,7 +31,8 @@
spawn-fcgi::php-pool {'global':
ensure => present,
socket => '/tmp/php-fastcgi.sock',
- children => '3'
+ children => '3',
+ require => Package['php5-cgi']
}
service {'nagios3':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld