7 lines
332 B
Plaintext
7 lines
332 B
Plaintext
#VAGRANT-BEGIN
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
|
template='interface'
|
|
ipaddr='<%= options[:ip] %>/<%= options[:netmask] %>'
|
|
<%= [:gateway, :nameservers, :domain, :route, :gateway6, :route6, :mtu].reduce([]) { |a,i| a.push("#{i}=#{options[i]}") if options[i]; a }.join("\n") %>
|
|
#VAGRANT-END
|