Sha256: 6ff9a482a54ef9277eb11a265f974ee84420d719d17b5be22c9c918a7bbb5acb
Contents?: true
Size: 428 Bytes
Versions: 16
Compression:
Stored size: 428 Bytes
Contents
#VAGRANT-BEGIN # The contents below are automatically generated by Vagrant. Do not modify. STARTMODE='auto' BOOTPROTO='static' IPADDR=<%= options[:ip] %> <% if options[:netmask] -%> NETMASK=<%= options[:netmask] %> <% end -%> DEVICE=<%= options[:device] %> <% if options[:gateway] -%> GATEWAY=<%= options[:gateway] %> <% end -%> <% if options[:prefix_length] -%> PREFIXLEN=<%= options[:prefix_length] %> <% end -%> #VAGRANT-END
Version data entries
16 entries across 16 versions & 3 rubygems