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

Delta Between Two Patch Sets: hiera/roles/web/adblockplus.yaml

Issue 29531703: #3197 - Use of hash for parameters in legacy website (Closed)
Left Patch Set: Created Aug. 30, 2017, 5:01 p.m.
Right Patch Set: For comment 2 Created Aug. 31, 2017, 12:16 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 | « no previous file | modules/adblockplus/manifests/legacy/webserver.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 classes: 1 classes:
2 nodejs: 2 nodejs:
3 adblockplus::legacy::webserver: 3 adblockplus::legacy::webserver:
4 4
5 adblockplus::legacy::webserver::website: 5 web::server::vhost: adblockplus.org
6 vhost: adblockplus.org 6 web::server::certificate: adblockplus.org_sslcert.pem
7 certificate: adblockplus.org_sslcert.pem 7 web::server::private_key: adblockplus.org_sslcert.key
8 private_key: adblockplus.org_sslcert.key 8 web::server::is_default: true
9 is_default: true 9 web::server::aliases:
10 aliases: 10 - www.adblockplus.org
11 - www.adblockplus.org 11 web::server::repository: web.adblockplus.org
12 repository: web.adblockplus.org 12 web::server::multiplexer_locations:
13 multiplexer_locations: 13 - /getSubscription
14 - /getSubscription 14 web::server::geoip: true
15 geoip: true
16 15
17 sitescripts::configfragments: 16 sitescripts::configfragments:
18 formmail_template: 17 formmail_template:
19 content: | 18 content: |
20 [multiplexer] 19 [multiplexer]
21 sitescripts.subscriptions.web.fallback = 20 sitescripts.subscriptions.web.fallback =
22 [subscriptions] 21 [subscriptions]
23 repository=/home/www/subscriptionlist 22 repository=/home/www/subscriptionlist
24 23
LEFTRIGHT

Powered by Google App Engine
This is Rietveld