Andrew Bogott has submitted this change and it was merged. Change subject: dynamicproxy: use correct syntax for a for loop ......................................................................
dynamicproxy: use correct syntax for a for loop Change-Id: Ibca4a63bf8b3e75855b3785a8bf3c4a9bf74ba3c --- M modules/dynamicproxy/templates/urlproxy.conf 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Andrew Bogott: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/dynamicproxy/templates/urlproxy.conf b/modules/dynamicproxy/templates/urlproxy.conf index 4cb50af..3b43f9f 100644 --- a/modules/dynamicproxy/templates/urlproxy.conf +++ b/modules/dynamicproxy/templates/urlproxy.conf @@ -25,7 +25,7 @@ # 1.2.3.4 1; # ban single IP # 1.2.3.4/24 1; # ban IP block <% @banned_ips.each do |val| -%> - $val 1; + <%= val %> 1; <% end -%> } -- To view, visit https://gerrit.wikimedia.org/r/260775 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibca4a63bf8b3e75855b3785a8bf3c4a9bf74ba3c Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Merlijn van Deen <[email protected]> Gerrit-Reviewer: Andrew Bogott <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
