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. 21, 2015, 12:08 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 | modules/sitescripts/templates/keep_alive_services.erb » ('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 a2dd5c34ba929684b4c19452eaa024f907c3b8e1..a5c3b7fc6c6834618400f9f687f4e354cd7c5b2f 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 => [
« no previous file with comments | « no previous file | modules/sitescripts/templates/keep_alive_services.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld