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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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: |
« 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