Sha256: 2aa359d5814245f41d22b1d8095a0e70f85d02eba32153f848fbaa219859220e
Contents?: true
Size: 346 Bytes
Versions: 1
Compression:
Stored size: 346 Bytes
Contents
#VAGRANT-BEGIN # The contents below are automatically generated by Vagrant. Do not modify. auto eth<%= options[:interface] %> iface eth<%= options[:interface] %> inet static address <%= options[:ip] %> netmask <%= options[:netmask] %> <% if options[:gateway] %> gateway <%= options[:gateway] %> <% end %> #VAGRANT-END
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-cloudstack-1.2.0 | vendor/bundle/bundler/gems/vagrant-c84e05fd063f/templates/guests/debian/network_static.erb |