Sha256: 04e7a2f329b3dd0377ecb4c0e7049d4960cb92ed8ec28c996f6ef35814fd9f4e

Contents?: true

Size: 509 Bytes

Versions: 6

Compression:

Stored size: 509 Bytes

Contents

#VAGRANT-BEGIN
# The contents below are automatically generated by Vagrant. Do not modify.
NM_CONTROLLED=no
BOOTPROTO=none
ONBOOT=yes
IPADDR=<%= options[:ip] %>
NETMASK=<%= options[:netmask] %>
DEVICE=p7p<%= options[:interface] %>
<%= options[:gateway] ? "GATEWAY=#{options[:gateway]}" : '' %>
<%= options[:mac_address] ? "HWADDR=#{options[:mac_address]}" : '' %>
<%= options[:dns1] ? "DNS1=#{options[:dns1]}" : 'DNS1=8.8.4.4' %>
<%= options[:dns2] ? "DNS2=#{options[:dns2]}" : 'DNS1=8.8.8.8' %>
#VAGRANT-END

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vagrant-shell-0.2.9 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/templates/guests/fedora/network_static.erb
tnargav-1.2.3 templates/guests/fedora/network_static.erb
vagrant-shell-0.2.8 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/templates/guests/fedora/network_static.erb
vagrant-shell-0.2.6 vendor/bundle/gems/tnargav-1.2.2/templates/guests/fedora/network_static.erb
vagrant-shell-0.2.5 vendor/bundle/gems/tnargav-1.2.2/templates/guests/fedora/network_static.erb
tnargav-1.2.2 templates/guests/fedora/network_static.erb