10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
|
|
||
|
#VAGRANT-BEGIN
|
||
|
# The contents below are automatically generated by Vagrant.
|
||
|
# Please do not modify any of these contents.
|
||
|
interface=eth<%= net_options[:adapter] %>
|
||
|
address=<%= net_options[:ip]%>
|
||
|
netmask=<%= net_options[:netmask] %>
|
||
|
gateway=
|
||
|
#VAGRANT-END
|