2012-01-04 04:46:26 +00:00
|
|
|
#VAGRANT-BEGIN
|
|
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
2013-12-09 02:58:43 +00:00
|
|
|
NM_CONTROLLED=no
|
2013-04-07 19:45:36 +00:00
|
|
|
BOOTPROTO=none
|
2013-12-09 02:58:43 +00:00
|
|
|
ONBOOT=yes
|
2012-01-04 04:46:26 +00:00
|
|
|
IPADDR=<%= options[:ip] %>
|
|
|
|
NETMASK=<%= options[:netmask] %>
|
2014-05-06 20:26:44 +00:00
|
|
|
DEVICE=eth<%= options[:interface] %>
|
2014-01-21 17:04:28 +00:00
|
|
|
<%= options[:gateway] ? "GATEWAY=#{options[:gateway]}" : '' %>
|
2013-04-07 19:47:21 +00:00
|
|
|
PEERDNS=no
|
2012-01-04 04:46:26 +00:00
|
|
|
#VAGRANT-END
|