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] %>
|
2014-03-13 11:32:00 +00:00
|
|
|
DEVICE=<%= options[:device] %>
|
2015-05-15 16:54:57 +00:00
|
|
|
<% if options[:gateway] %>
|
|
|
|
GATEWAY=<%= options[:gateway] %>
|
|
|
|
<% end %>
|
|
|
|
<% if options[:mac_address] %>
|
|
|
|
HWADDR=<%= options[:mac_address] %>
|
|
|
|
<% end %>
|
2013-09-03 18:10:28 +00:00
|
|
|
PEERDNS=no
|
2012-03-04 23:42:37 +00:00
|
|
|
#VAGRANT-END
|