Module: VagrantPlugins::ProviderVeertu

Defined in:
lib/vagrant-veertu.rb,
lib/vagrant-veertu/cap.rb,
lib/vagrant-veertu/action.rb,
lib/vagrant-veertu/config.rb,
lib/vagrant-veertu/errors.rb,
lib/vagrant-veertu/plugin.rb,
lib/vagrant-veertu/provider.rb,
lib/vagrant-veertu/action/boot.rb,
lib/vagrant-veertu/driver/base.rb,
lib/vagrant-veertu/driver/meta.rb,
lib/vagrant-veertu/action/export.rb,
lib/vagrant-veertu/action/import.rb,
lib/vagrant-veertu/action/resume.rb,
lib/vagrant-veertu/synced_folder.rb,
lib/vagrant-veertu/action/created.rb,
lib/vagrant-veertu/action/destroy.rb,
lib/vagrant-veertu/action/network.rb,
lib/vagrant-veertu/action/package.rb,
lib/vagrant-veertu/action/suspend.rb,
lib/vagrant-veertu/action/is_saved.rb,
lib/vagrant-veertu/action/set_name.rb,
lib/vagrant-veertu/action/customize.rb,
lib/vagrant-veertu/action/is_paused.rb,
lib/vagrant-veertu/action/is_running.rb,
lib/vagrant-veertu/action/forced_halt.rb,
lib/vagrant-veertu/cap/public_address.rb,
lib/vagrant-veertu/driver/version_5_0.rb,
lib/vagrant-veertu/action/check_veertu.rb,
lib/vagrant-veertu/action/check_created.rb,
lib/vagrant-veertu/action/check_running.rb,
lib/vagrant-veertu/action/discard_state.rb,
lib/vagrant-veertu/action/forward_ports.rb,
lib/vagrant-veertu/action/sane_defaults.rb,
lib/vagrant-veertu/action/snapshot_save.rb,
lib/vagrant-veertu/model/forwarded_port.rb,
lib/vagrant-veertu/action/snapshot_delete.rb,
lib/vagrant-veertu/action/check_accessible.rb,
lib/vagrant-veertu/action/network_fix_ipv6.rb,
lib/vagrant-veertu/action/snapshot_restore.rb,
lib/vagrant-veertu/action/message_not_created.rb,
lib/vagrant-veertu/action/message_not_running.rb,
lib/vagrant-veertu/action/package_vagrantfile.rb,
lib/vagrant-veertu/action/setup_package_files.rb,
lib/vagrant-veertu/action/prepare_nfs_settings.rb,
lib/vagrant-veertu/action/clear_forwarded_ports.rb,
lib/vagrant-veertu/action/prepare_nfs_valid_ids.rb,
lib/vagrant-veertu/util/compile_forwarded_ports.rb,
lib/vagrant-veertu/action/message_already_running.rb,
lib/vagrant-veertu/action/clear_network_interfaces.rb,
lib/vagrant-veertu/action/message_will_not_destroy.rb,
lib/vagrant-veertu/action/prepare_forwarded_port_collision_params.rb

Defined Under Namespace

Modules: Action, Cap, Driver, Errors, Model, Util Classes: Config, Plugin, Provider, SyncedFolder

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


14
15
16
# File 'lib/vagrant-veertu.rb', line 14

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end