Module: VagrantPlugins::GuestVyatta

Defined in:
lib/vagrant-vyatta.rb,
lib/vagrant-vyatta/guest.rb,
lib/vagrant-vyatta/plugin.rb,
lib/vagrant-vyatta/version.rb,
lib/vagrant-vyatta/cap/halt.rb,
lib/vagrant-vyatta/cap/change_host_name.rb,
lib/vagrant-vyatta/cap/configure_networks.rb

Defined Under Namespace

Modules: Cap Classes: Guest, Plugin

Constant Summary collapse

VERSION =
"0.0.5"

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-vyatta.rb', line 14

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