vaguerent/templates/guests/suse/network_static.erb
Seth Vargo 94af771b71
guests/suse: Configure networks in one command
This also uses the new predictable network naming.
2016-06-06 11:58:41 -04:00

14 lines
341 B
Plaintext

#VAGRANT-BEGIN
# The contents below are automatically generated by Vagrant. Do not modify.
BOOTPROTO='static'
IPADDR='<%= options[:ip] %>'
NETMASK='<%= options[:netmask] %>'
DEVICE='<%= options[:device] %>'
<% if options[:gateway] -%>
GATEWAY='<%= options[:gateway] %>'
<% end -%>
PEERDNS='no'
STARTMODE='auto'
USERCONTROL='no'
#VAGRANT-END