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: For comment 2 Created Aug. 31, 2017, 12:16 a.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
« no previous file with comments | « no previous file | modules/adblockplus/manifests/legacy/webserver.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/roles/web/adblockplus.yaml
===================================================================
--- a/hiera/roles/web/adblockplus.yaml
+++ b/hiera/roles/web/adblockplus.yaml
@@ -2,6 +2,17 @@
nodejs:
adblockplus::legacy::webserver:
+web::server::vhost: adblockplus.org
+web::server::certificate: adblockplus.org_sslcert.pem
+web::server::private_key: adblockplus.org_sslcert.key
+web::server::is_default: true
+web::server::aliases:
+ - www.adblockplus.org
+web::server::repository: web.adblockplus.org
+web::server::multiplexer_locations:
+ - /getSubscription
+web::server::geoip: true
+
sitescripts::configfragments:
formmail_template:
content: |
« no previous file with comments | « no previous file | modules/adblockplus/manifests/legacy/webserver.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld