2012-03-04 23:42:37 +00:00
|
|
|
#VAGRANT-BEGIN
|
|
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
|
|
|
NM_CONTROLLED=no
|
2013-04-07 19:45:36 +00:00
|
|
|
BOOTPROTO=none
|
2012-03-04 23:42:37 +00:00
|
|
|
ONBOOT=yes
|
|
|
|
IPADDR=<%= options[:ip] %>
|
|
|
|
NETMASK=<%= options[:netmask] %>
|
2013-05-15 13:52:20 +00:00
|
|
|
DEVICE=eth<%= options[:interface] %>
|
2012-03-04 23:42:37 +00:00
|
|
|
<%= options[:gateway] ? "GATEWAY=#{options[:gateway]}" : '' %>
|
|
|
|
<%= options[:mac_address] ? "HWADDR=#{options[:mac_address]}" : '' %>
|
|
|
|
<%= options[:dns1] ? "DNS1=#{options[:dns1]}" : 'DNS1=8.8.4.4' %>
|
|
|
|
<%= options[:dns2] ? "DNS2=#{options[:dns2]}" : 'DNS1=8.8.8.8' %>
|
|
|
|
#VAGRANT-END
|