9 lines
303 B
Plaintext
9 lines
303 B
Plaintext
|
#VAGRANT-BEGIN
|
||
|
# The contents below are automatically generated by Vagrant.
|
||
|
# Please do not modify any of these contents.
|
||
|
auto eth<%= net_options[:adapter] %>
|
||
|
iface eth<%= net_options[:adapter] %> inet static
|
||
|
address <%= net_options[:ip] %>
|
||
|
netmask <%= net_options[:netmask] %>
|
||
|
#VAGRANT-END
|