Sha256: ebcc2760252c41b28dc9f19d5fecf768d867d4bc9013c7a105dfe5d5eb2ab849
Contents?: true
Size: 332 Bytes
Versions: 4
Compression:
Stored size: 332 Bytes
Contents
#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
Version data entries
4 entries across 2 versions & 2 rubygems