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

Fix for #318

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