Sha256: 77c48ae602c156cf52081b39eb773548998f390a11e9e825cda48e81cde508a3
Contents?: true
Size: 436 Bytes
Versions: 47
Compression:
Stored size: 436 Bytes
Contents
#VAGRANT-BEGIN # The contents below are automatically generated by Vagrant. Do not modify. NM_CONTROLLED=<%= options.fetch(:nm_controlled, "no") %> BOOTPROTO=none ONBOOT=yes IPADDR=<%= options[:ip] %> NETMASK=<%= options[:netmask] %> DEVICE=<%= options[:device] %> <% if options[:gateway] %> GATEWAY=<%= options[:gateway] %> <% end %> <% if options[:mac_address] %> HWADDR=<%= options[:mac_address] %> <% end %> PEERDNS=no #VAGRANT-END
Version data entries
47 entries across 43 versions & 5 rubygems