Skip to content
Snippets Groups Projects
Unverified Commit 821a8b8a authored by Alessandro Franceschi's avatar Alessandro Franceschi
Browse files

Fix for #318

parent 1c8349a8
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
### File managed by Puppet ### File managed by Puppet
### ###
<%- (0..(@iprule.length-1)).each do |id| -%> <%- (0..(@iprule.length-1)).each do |id| -%>
<%- if @family and @family[id] != 'inet6' -%> <%- if @family[id] != 'inet6' -%>
<%= @iprule[id] %> <%= @iprule[id] %>
<% end -%> <% end -%>
<%- end -%> <%- end -%>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment