We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856f23e commit 12748c3Copy full SHA for 12748c3
templates/action.epp
@@ -24,7 +24,7 @@ action(type="<%= $type %>"
24
<% if $action_name { -%>
25
name="<%= $action_name %>"
26
<%}-%>
27
-<% if $config { -%>
+<% $config.each |$k, $v| { -%>
28
<%- if $v =~ Array { -%>
29
<%= $k %>=[ <%= $v.map |$i| { "\"${i}\"" }.join(', ') %> ]
30
<%- } else { -%>
0 commit comments