| Index: hiera/roles/web/adblockplus.yaml |
| =================================================================== |
| --- a/hiera/roles/web/adblockplus.yaml |
| +++ b/hiera/roles/web/adblockplus.yaml |
| @@ -2,6 +2,18 @@ |
| nodejs: |
| adblockplus::legacy::webserver: |
| +adblockplus::legacy::webserver::website: |
| + vhost: adblockplus.org |
| + certificate: adblockplus.org_sslcert.pem |
| + private_key: adblockplus.org_sslcert.key |
| + is_default: true |
| + aliases: |
| + - www.adblockplus.org |
| + repository: web.adblockplus.org |
| + multiplexer_locations: |
| + - /getSubscription |
| + geoip: true |
| + |
| sitescripts::configfragments: |
| formmail_template: |
| content: | |