#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