Class: Vagrant::Systems::Suse

Inherits:
Redhat show all
Defined in:
lib/vagrant/systems/suse.rb

Instance Attribute Summary

Attributes inherited from Base

#vm

Instance Method Summary collapse

Methods inherited from Redhat

#change_host_name, #enable_host_only_network, #prepare_host_only_network

Methods inherited from Linux

#distro_dispatch, #halt, #mount_folder, #mount_nfs, #mount_shared_folder

Methods inherited from Base

#change_host_name, #distro_dispatch, #enable_host_only_network, #halt, #initialize, #mount_nfs, #mount_shared_folder, #prepare_host_only_network

Constructor Details

This class inherits a constructor from Vagrant::Systems::Base

Instance Method Details

#network_scripts_dirObject



4
5
6
# File 'lib/vagrant/systems/suse.rb', line 4

def network_scripts_dir
  '/etc/sysconfig/network/'
end