Fix typo on jjb extensions

There is a typo in the call of parameters, so it was
causing puppet to fail when some extensions were added.

Change-Id: I4afa0c5581b602602aae5ca11b21008a93510652
This commit is contained in:
Yolanda Robla 2015-09-16 16:25:16 +02:00
parent accc28cfac
commit 43e1f3a233

View File

@ -5,7 +5,7 @@ url=<%= @url %>
<% @extensions.each do |extension| -%>
["<%= extension['name'] %>"]
<% @extension['parameters'].each do |parameter| -%>
<% extension['parameters'].each do |parameter| -%>
<%= parameter['name'] %> = <%= parameter['value'] %>
<% end -%>
<% end -%>