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

Delta Between Two Patch Sets: modules/updateserver/manifests/init.pp

Issue 29784619: #11294 - Apply workaround for broken pip package in Debian "jessie" (Closed)
Left Patch Set: Created May 18, 2018, 12:28 a.m.
Right Patch Set: #11294 - Address feedback from codereview Created May 18, 2018, 1:29 a.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 | « modules/trac/manifests/init.pp ('k') | modules/web/manifests/server.pp » ('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 updateserver( 1 class updateserver(
2 $domain, 2 $domain,
3 $certificate, 3 $certificate,
4 $private_key, 4 $private_key,
5 $is_default=false 5 $is_default=false
6 ) { 6 ) {
7 7
8 include adblockplus::abpssembly 8 include adblockplus::abpssembly
9 include adblockplus::web 9 include adblockplus::web
10 10
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 fcgi_app => '/opt/sitescripts/multiplexer.fcgi', 139 fcgi_app => '/opt/sitescripts/multiplexer.fcgi',
140 socket => '/tmp/multiplexer-fastcgi.sock', 140 socket => '/tmp/multiplexer-fastcgi.sock',
141 mode => '0666', 141 mode => '0666',
142 user => 'nginx', 142 user => 'nginx',
143 children => 1, 143 children => 1,
144 require => [ 144 require => [
145 Class["sitescripts"], 145 Class["sitescripts"],
146 ], 146 ],
147 } 147 }
148 } 148 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld