vagrant/templates/guests/fedora/network_static.erb

13 lines
382 B
Plaintext
Raw Normal View History

2012-03-04 23:42:37 +00:00
#VAGRANT-BEGIN
# The contents below are automatically generated by Vagrant. Do not modify.
NM_CONTROLLED=no
BOOTPROTO=none
2012-03-04 23:42:37 +00:00
ONBOOT=yes
IPADDR=<%= options[:ip] %>
NETMASK=<%= options[:netmask] %>
DEVICE=<%= options[:device] %>
2012-03-04 23:42:37 +00:00
<%= options[:gateway] ? "GATEWAY=#{options[:gateway]}" : '' %>
<%= options[:mac_address] ? "HWADDR=#{options[:mac_address]}" : '' %>
PEERDNS=no
2012-03-04 23:42:37 +00:00
#VAGRANT-END