Giuseppe Lavagetto has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/277726

Change subject: parsoid::rt_client: fix scope.lookupvar
......................................................................

parsoid::rt_client: fix scope.lookupvar

Change-Id: I112998efcc2da648a78b0c703e7d8f7e6a164d8c
---
M modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/26/277726/1

diff --git 
a/modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb 
b/modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb
index 54184a4..65d33e7 100644
--- a/modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb
+++ b/modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb
@@ -19,7 +19,7 @@
 
        // Use the API backends directly without hitting the text varnishes.
        // API requests are not cacheable anyway.
-       parsoidConfig.defaultAPIProxyURI = 'http://api.svc.<%= 
scope.lookupvar['::mw_primary'] %>.wmnet;
+       parsoidConfig.defaultAPIProxyURI = 'http://api.svc.<%= 
scope.lookupvar('::mw_primary') %>.wmnet;
 
        // Turn on the batching API
        parsoidConfig.useBatchAPI = true;

-- 
To view, visit https://gerrit.wikimedia.org/r/277726
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I112998efcc2da648a78b0c703e7d8f7e6a164d8c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <glavage...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to