8 lines
241 B
Plaintext
8 lines
241 B
Plaintext
|
#VAGRANT-BEGIN-HOSTONLY
|
||
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
||
|
interface=eth<%= net_options[:adapter] %>
|
||
|
address=<%= net_options[:ip]%>
|
||
|
netmask=<%= net_options[:netmask] %>
|
||
|
gateway=
|
||
|
#VAGRANT-END-HOSTONLY
|