vagrant/templates/guests/arch/default_network/network_static.erb
2020-05-29 10:27:42 -04:00

8 lines
243 B
Text

Connection=ethernet
Description='A basic static ethernet connection'
Interface=<%= options[:device] %>
IP=static
Address=('<%= options[:ip]%>/<%= options[:netmask] %>')
<% if options[:gateway] -%>
Gateway='<%= options[:gateway] %>'
<% end -%>