2013-05-03 10:39:26 +00:00
|
|
|
#VAGRANT-BEGIN
|
|
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
|
|
|
BOOTPROTO='static'
|
|
|
|
IPADDR='<%= options[:ip] %>'
|
|
|
|
NETMASK='<%= options[:netmask] %>'
|
2016-06-06 14:41:38 +00:00
|
|
|
DEVICE='<%= options[:device] %>'
|
|
|
|
<% if options[:gateway] -%>
|
2015-05-15 16:54:57 +00:00
|
|
|
GATEWAY='<%= options[:gateway] %>'
|
2016-06-06 14:41:38 +00:00
|
|
|
<% end -%>
|
2015-05-15 16:54:57 +00:00
|
|
|
PEERDNS='no'
|
2013-05-03 10:39:26 +00:00
|
|
|
STARTMODE='auto'
|
|
|
|
USERCONTROL='no'
|
|
|
|
#VAGRANT-END
|