fuel-library/deployment/puppet/l23network/templates/ethtool_Debian.erb
Sergey Vasilenko 8b68888bd5 add some minor fixes to the L23 module.
Closes-Bug: #1310655
Change-Id: Ic8fd53e3040577e0ea466767690ce72a39fb45fa
2014-04-22 07:04:45 +00:00

6 lines
161 B
Plaintext

<%- if @ethtool_lines -%>
<%- @ethtool_lines.each do |key,line| -%>
post-up ethtool <%= key %> <%= @interface %> <%= line %> || true
<%- end -%>
<%- end -%>