mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-03-12 05:32:37 -04:00
8 lines
243 B
Text
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 -%>
|