Skip to content

Commit

Permalink
Merge pull request #265 from zlanyi/fix_tags_in_aclpolicy
Browse files Browse the repository at this point in the history
add: tags to fix aclpolicy
  • Loading branch information
jyaworski authored Oct 10, 2016
2 parents f2831c0 + 66a88a3 commit 3a4ac63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/aclpolicy.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for:
<%- elsif %w( match equals contains ).include?(type) -%>
<% if first_key -%>-<%- else %> <% end -%> <%= type %>:
<%- action.each do |k,v| -%>
<%- if %w( kind path name nodename group rundeck_server ).include?(k) -%><%=' '%><%- else -%><%-end-%>
<%- if %w( kind path name nodename group tags rundeck_server ).include?(k) -%><%=' '%><%- else -%><%-end-%>
<%= k %>: <%- if v.is_a? String -%>'<%= v %>'<%-else-%><%= v %><%-end%>
<%- end -%>
<%- end -%>
Expand Down

0 comments on commit 3a4ac63

Please sign in to comment.