Module: VagrantPlugins::ProviderBhyve

Defined in:
lib/vagrant-bhyve.rb,
lib/vagrant-bhyve/action.rb,
lib/vagrant-bhyve/config.rb,
lib/vagrant-bhyve/driver.rb,
lib/vagrant-bhyve/errors.rb,
lib/vagrant-bhyve/plugin.rb,
lib/vagrant-bhyve/version.rb,
lib/vagrant-bhyve/executor.rb,
lib/vagrant-bhyve/provider.rb,
lib/vagrant-bhyve/action/boot.rb,
lib/vagrant-bhyve/action/load.rb,
lib/vagrant-bhyve/action/setup.rb,
lib/vagrant-bhyve/action/import.rb,
lib/vagrant-bhyve/action/cleanup.rb,
lib/vagrant-bhyve/action/destroy.rb,
lib/vagrant-bhyve/action/shutdown.rb,
lib/vagrant-bhyve/action/create_tap.rb,
lib/vagrant-bhyve/action/create_bridge.rb,
lib/vagrant-bhyve/action/forward_ports.rb,
lib/vagrant-bhyve/action/wait_until_up.rb,
lib/vagrant-bhyve/action/prepare_nfs_settings.rb,
lib/vagrant-bhyve/action/prepare_nfs_valid_ids.rb

Defined Under Namespace

Modules: Action, Errors, Executor Classes: Config, Driver, Plugin, Provider

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This function returns the path to the source of this plugin

Returns:

  • (Pathname)


15
16
17
# File 'lib/vagrant-bhyve.rb', line 15

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