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

Delta Between Two Patch Sets: modules/adblockplus/manifests/legacy/issueserver.pp

Issue 29497628: #1255 - Move issuetracker configuration from nodes.pp to hiera (Closed)
Left Patch Set: Created July 25, 2017, 4:47 p.m.
Right Patch Set: For comment 2 Created July 25, 2017, 6:41 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « manifests/site.pp ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # == Class: adblockplus::legacy::issueserver 1 # == Class: adblockplus::legacy::issueserver
2 # 2 #
3 # A container for migrating obsolete resources in issueserver1, formerly located 3 # A container for migrating obsolete resources in issueserver1, formerly located
4 # in manifests/issueserver.pp. 4 # in manifests/issueserver.pp.
5 # 5 #
6 # See http://hub.eyeo.com/issues/1255 for more information. 6 # See http://hub.eyeo.com/issues/1255 for more information.
7 # 7 #
8 class adblockplus::legacy::issueserver { 8 class adblockplus::legacy::issueserver {
9
9 include private::trac 10 include private::trac
mathias 2017/07/25 18:06:53 Please add an empty line above this one.
10 11
11 class {'trac': 12 class {'trac':
12 domain => 'issues.adblockplus.org', 13 domain => 'issues.adblockplus.org',
13 certificate => 'issues.adblockplus.org_sslcert.pem', 14 certificate => 'issues.adblockplus.org_sslcert.pem',
14 private_key => 'issues.adblockplus.org_sslcert.key', 15 private_key => 'issues.adblockplus.org_sslcert.key',
15 is_default => true, 16 is_default => true,
16 } 17 }
17 18
18 trac::instance {'issues': 19 trac::instance {'issues':
19 config => 'trac/trac.ini.erb', 20 config => 'trac/trac.ini.erb',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 user => trac, 98 user => trac,
98 } 99 }
99 100
100 # https://issues.adblockplus.org/ticket/3787 101 # https://issues.adblockplus.org/ticket/3787
101 customservice::supervisor {"spawn-fcgi": 102 customservice::supervisor {"spawn-fcgi":
102 ensure => 'present', 103 ensure => 'present',
103 pidfile => "/var/run/500-tracd_issues_spawn-fcgi.pid", 104 pidfile => "/var/run/500-tracd_issues_spawn-fcgi.pid",
104 } 105 }
105 } 106 }
106 107
LEFTRIGHT

Powered by Google App Engine
This is Rietveld