OLD | NEW |
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 |
OLD | NEW |