Networking in SUSE works almost exactly like redhat. The only difference is the location of the networking scripts. This has been verified as working on SLES11sp1, but requires a previously configured eth1 interface (as with redhat) I have also verified that I can still bring up a localnet on rhel 4,5
13 lines
388 B
Ruby
13 lines
388 B
Ruby
# These can't be autoloaded because they have to register functionality
|
|
# with Vagrant core.
|
|
require 'vagrant/systems/base'
|
|
require 'vagrant/systems/freebsd'
|
|
require 'vagrant/systems/linux'
|
|
require 'vagrant/systems/solaris'
|
|
|
|
require 'vagrant/systems/debian'
|
|
require 'vagrant/systems/gentoo'
|
|
require 'vagrant/systems/redhat'
|
|
require 'vagrant/systems/suse'
|
|
require 'vagrant/systems/ubuntu'
|