Sha256: 6e03ed790a0a38aeaa5a4930d0b250f38de1f95faa43f03a775c702c4642af2c

Contents?: true

Size: 336 Bytes

Versions: 3

Compression:

Stored size: 336 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

3 entries across 3 versions & 2 rubygems

Version Path
vagrant-unbundled-1.8.1.2 templates/guests/debian/network_static.erb
vagrant-unbundled-1.8.1.1 templates/guests/debian/network_static.erb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/templates/guests/debian/network_static.erb