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

Unified Diff: manifests/issuesserver.pp

Issue 29338168: Issue 3787 - Integrate type customservice::supervisor with trac::instance (Closed)
Patch Set: Issue 3787 - Integrate customservice::supervisor with issueserver Created March 12, 2016, 2:11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/issuesserver.pp
diff --git a/manifests/issuesserver.pp b/manifests/issuesserver.pp
index 0bcec94b0319f57b5032a4bc4badcbae95a4e9f2..ed9015deb674ef6d6170a180e4f3a0f71ad29995 100644
--- a/manifests/issuesserver.pp
+++ b/manifests/issuesserver.pp
@@ -90,4 +90,10 @@ node 'issues1' {
require => Trac::Instance['issues'],
user => trac,
}
+
+ # https://issues.adblockplus.org/ticket/3787
+ customservice::supervisor {"spawn-fcgi":
+ ensure => 'present',
+ pidfile => "/var/run/500-tracd_issues_spawn-fcgi.pid",
+ }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld