Alexandros Kosiaris has submitted this change and it was merged. Change subject: CXServer: s/no_proxy/no_proxy_list/ in config ......................................................................
CXServer: s/no_proxy/no_proxy_list/ in config Change-Id: Icc22acf760226ee627ba6e07067b0f7676e9c68b --- M modules/cxserver/templates/config.yaml.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Alexandros Kosiaris: Verified; Looks good to me, approved diff --git a/modules/cxserver/templates/config.yaml.erb b/modules/cxserver/templates/config.yaml.erb index c5fe1be..d5ca02f 100644 --- a/modules/cxserver/templates/config.yaml.erb +++ b/modules/cxserver/templates/config.yaml.erb @@ -9,7 +9,7 @@ algorithms: [ 'HS256' ] <% end -%> -no_proxy: +no_proxy_list: - <%= @restbase_host %> - <%= @apertium %> -- To view, visit https://gerrit.wikimedia.org/r/259703 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icc22acf760226ee627ba6e07067b0f7676e9c68b Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Mobrovac <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
