Sha256: 0a9ea9ade5392121df57ba9045ae3b0f59e31777ef6722dce5c4bd34e35f9860
Contents?: true
Size: 337 Bytes
Versions: 2
Compression:
Stored size: 337 Bytes
Contents
#VAGRANT-BEGIN # The contents below are automatically generated by Vagrant. Do not modify. auto eth<%= options[:interface] %> iface eth<%= options[:interface] %> inet6 static address <%= options[:ip] %> netmask <%= options[:netmask] %> <% if options[:gateway] %> gateway <%= options[:gateway] %> <% end %> #VAGRANT-END
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-unbundled-1.8.1.2 | templates/guests/debian/network_static6.erb |
vagrant-unbundled-1.8.1.1 | templates/guests/debian/network_static6.erb |