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] %>
|
2016-06-23 01:37:01 +00:00
|
|
|
DEVICE=<%= options[:device] %>
|
2015-05-15 16:54:57 +00:00
|
|
|
<% if options[:gateway] %>
|
|
|
|
GATEWAY=<%= options[:gateway] %>
|
|
|
|
<% end %>
|
2016-06-23 02:49:33 +00:00
|
|
|
<% if options[:mac_address] %>
|
|
|
|
HWADDR=<%= options[:mac_address] %>
|
|
|
|
<% end %>
|
2013-04-07 19:47:21 +00:00
|
|
|
PEERDNS=no
|
2012-01-04 04:46:26 +00:00
|
|
|
#VAGRANT-END
|