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

Delta Between Two Patch Sets: manifests/issuesserver.pp

Issue 29338168: Issue 3787 - Integrate type customservice::supervisor with trac::instance (Closed)
Left Patch Set: Created March 12, 2016, 1:44 p.m.
Right Patch Set: Issue 3787 - Integrate customservice::supervisor with issueserver Created March 12, 2016, 2:11 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 node 'issues1' { 1 node 'issues1' {
2 2
3 include private::trac 3 include private::trac
4 4
5 class {'trac': 5 class {'trac':
6 domain => 'issues.adblockplus.org', 6 domain => 'issues.adblockplus.org',
7 certificate => 'issues.adblockplus.org_sslcert.pem', 7 certificate => 'issues.adblockplus.org_sslcert.pem',
8 private_key => 'issues.adblockplus.org_sslcert.key', 8 private_key => 'issues.adblockplus.org_sslcert.key',
9 is_default => true, 9 is_default => true,
10 } 10 }
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 JOIN session_attribute ON session.sid = session_attribute.sid \ 83 JOIN session_attribute ON session.sid = session_attribute.sid \
84 AND session.authenticated = session_attribute.authenticated \ 84 AND session.authenticated = session_attribute.authenticated \
85 WHERE session_data.name = \"email_verification_token\" AND \ 85 WHERE session_data.name = \"email_verification_token\" AND \
86 session.last_visit < UNIX_TIMESTAMP(NOW() - INTERVAL 5 DAY)' >/dev/null", 86 session.last_visit < UNIX_TIMESTAMP(NOW() - INTERVAL 5 DAY)' >/dev/null",
87 ensure => present, 87 ensure => present,
88 hour => 2, 88 hour => 2,
89 minute => 0, 89 minute => 0,
90 require => Trac::Instance['issues'], 90 require => Trac::Instance['issues'],
91 user => trac, 91 user => trac,
92 } 92 }
93
94 # https://issues.adblockplus.org/ticket/3787
95 customservice::supervisor {"spawn-fcgi":
96 ensure => 'present',
97 pidfile => "/var/run/500-tracd_issues_spawn-fcgi.pid",
98 }
93 } 99 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld