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

Side by Side Diff: hiera/roles/web/adblockplus.yaml

Issue 29531703: #3197 - Use of hash for parameters in legacy website (Closed)
Patch Set: Created Aug. 30, 2017, 5:01 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 classes: 1 classes:
2 nodejs: 2 nodejs:
3 adblockplus::legacy::webserver: 3 adblockplus::legacy::webserver:
4 4
5 adblockplus::legacy::webserver::website:
6 vhost: adblockplus.org
7 certificate: adblockplus.org_sslcert.pem
8 private_key: adblockplus.org_sslcert.key
9 is_default: true
10 aliases:
11 - www.adblockplus.org
12 repository: web.adblockplus.org
13 multiplexer_locations:
14 - /getSubscription
15 geoip: true
16
5 sitescripts::configfragments: 17 sitescripts::configfragments:
6 formmail_template: 18 formmail_template:
7 content: | 19 content: |
8 [multiplexer] 20 [multiplexer]
9 sitescripts.subscriptions.web.fallback = 21 sitescripts.subscriptions.web.fallback =
10 [subscriptions] 22 [subscriptions]
11 repository=/home/www/subscriptionlist 23 repository=/home/www/subscriptionlist
12 24
OLDNEW
« no previous file with comments | « no previous file | modules/adblockplus/manifests/legacy/webserver.pp » ('j') | modules/adblockplus/manifests/legacy/webserver.pp » ('J')

Powered by Google App Engine
This is Rietveld