13 lines
388 B
Plaintext
13 lines
388 B
Plaintext
#VAGRANT-BEGIN
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
|
NM_CONTROLLED=no
|
|
BOOTPROTO=none
|
|
ONBOOT=yes
|
|
IPADDR=<%= options[:ip] %>
|
|
NETMASK=<%= options[:netmask] %>
|
|
DEVICE=p7p<%= options[:interface] %>
|
|
<%= options[:gateway] ? "GATEWAY=#{options[:gateway]}" : '' %>
|
|
<%= options[:mac_address] ? "HWADDR=#{options[:mac_address]}" : '' %>
|
|
PEERDNS=no
|
|
#VAGRANT-END
|