vagrant/templates/guests/suse/network_static.erb

11 lines
271 B
Plaintext

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