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

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

Issue 29448574: Noissue - Use of spawn_fcgi module instead of spawn-fcgi (Closed)
Patch Set: Created May 25, 2017, 4:55 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 | « modules/downloadserver/manifests/init.pp ('k') | modules/notificationserver/manifests/init.pp » ('j') | 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
@@ -20,7 +20,8 @@
mode => 0644
}
- include nginx, 'spawn-fcgi'
+ include nginx
+ include spawn_fcgi
package {['nagios3', 'nagios3-doc', 'nagios-nrpe-plugin', 'php5-cgi',
'fcgiwrap', 'pnp4nagios']:
@@ -42,7 +43,7 @@
log => 'access_log_monitoring'
}
- spawn-fcgi::php-pool {'global':
+ spawn_fcgi::php_pool {'global':
ensure => present,
socket => '/tmp/php-fastcgi.sock',
children => '3',
« no previous file with comments | « modules/downloadserver/manifests/init.pp ('k') | modules/notificationserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld