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

Unified Diff: modules/notificationserver/manifests/init.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/nagios/manifests/server.pp ('k') | modules/trac/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/notificationserver/manifests/init.pp
===================================================================
--- a/modules/notificationserver/manifests/init.pp
+++ b/modules/notificationserver/manifests/init.pp
@@ -28,9 +28,9 @@
require => Exec['fetch_notifications'],
}
- include spawn-fcgi
+ include spawn_fcgi
- spawn-fcgi::pool {'multiplexer':
+ spawn_fcgi::pool {'multiplexer':
ensure => present,
fcgi_app => '/opt/sitescripts/multiplexer.fcgi',
socket => '/tmp/multiplexer-fastcgi.sock',
« no previous file with comments | « modules/nagios/manifests/server.pp ('k') | modules/trac/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld