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

Unified Diff: modules/trac/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/notificationserver/manifests/init.pp ('k') | modules/updateserver/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/trac/manifests/init.pp
===================================================================
--- a/modules/trac/manifests/init.pp
+++ b/modules/trac/manifests/init.pp
@@ -11,7 +11,7 @@
include stdlib
include nginx
- include spawn-fcgi
+ include spawn_fcgi
file {$fcgi_config_dir:
ensure => directory,
@@ -271,7 +271,7 @@
require => Exec["deploy_$name"],
}
- spawn-fcgi::pool {"tracd_${name}":
+ spawn_fcgi::pool {"tracd_${name}":
ensure => present,
fcgi_app => "/home/trac/htdocs-$name/cgi-bin/trac.fcgi",
socket => "/tmp/${name}-fastcgi.sock",
« no previous file with comments | « modules/notificationserver/manifests/init.pp ('k') | modules/updateserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld