Merlijn van Deen has uploaded a new change for review.

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

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/75/260775/1

diff --git a/modules/dynamicproxy/templates/urlproxy.conf 
b/modules/dynamicproxy/templates/urlproxy.conf
index a912d48..a751268 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: newchange
Gerrit-Change-Id: Ibca4a63bf8b3e75855b3785a8bf3c4a9bf74ba3c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Merlijn van Deen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to