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

Unified Diff: modules/web/manifests/server.pp

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 | « modules/adblockplus/manifests/legacy/webserver.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/web/manifests/server.pp
===================================================================
--- a/modules/web/manifests/server.pp
+++ b/modules/web/manifests/server.pp
@@ -1,7 +1,6 @@
class web::server(
$vhost,
$repository,
- $remote = "https://hg.adblockplus.org/${repository}",
$certificate = hiera('web::server::certificate', 'undef'),
$private_key = hiera('web::server::private_key', 'undef'),
$is_default = false,
@@ -14,6 +13,8 @@
include sitescripts
include adblockplus::web
+ $remote = hiera('web::server::remote', "https://hg.adblockplus.org/${repository}")
+
$pythonpath = 'PYTHONPATH=/opt/cms:/opt/sitescripts'
# Ensure there is at least one character in the respective strings;
« no previous file with comments | « modules/adblockplus/manifests/legacy/webserver.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld