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

Unified Diff: modules/notificationserver/manifests/init.pp

Issue 29329307: Issue 3211 - Integrate customservice::supervisor with notification daemon (Closed)
Patch Set: Issue 3211 - Address feedback from codereview Created Oct. 26, 2015, 12:14 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/customservice/manifests/supervisor.pp ('k') | modules/sitescripts/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
diff --git a/modules/notificationserver/manifests/init.pp b/modules/notificationserver/manifests/init.pp
index 24ddb7fe08b793277e9d5d58c484b0bb4bb769bc..9e7a62eff1f79b5671d6305656081c56a7f673b9 100644
--- a/modules/notificationserver/manifests/init.pp
+++ b/modules/notificationserver/manifests/init.pp
@@ -36,6 +36,7 @@ class notificationserver($is_default = false) {
fcgi_app => '/opt/sitescripts/multiplexer.fcgi',
socket => '/tmp/multiplexer-fastcgi.sock',
mode => '0666',
+ order => 500,
user => 'nginx',
children => 1,
require => [
@@ -45,6 +46,10 @@ class notificationserver($is_default = false) {
]
}
+ customservice::supervisor {'spawn-fcgi':
+ pidfile => '/var/run/500-multiplexer_spawn-fcgi.pid',
+ }
+
File {
owner => root,
group => root,
« no previous file with comments | « modules/customservice/manifests/supervisor.pp ('k') | modules/sitescripts/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld