Module: VagrantPlugins::Rancher

Defined in:
lib/vagrant-rancher.rb,
lib/vagrant-rancher/config.rb,
lib/vagrant-rancher/errors.rb,
lib/vagrant-rancher/plugin.rb,
lib/vagrant-rancher/rancher.rb,
lib/vagrant-rancher/version.rb,
lib/vagrant-rancher/provisioner.rb

Defined Under Namespace

Modules: Errors Classes: Config, Plugin, Provisioner, RancherClient

Constant Summary collapse

VERSION =
'1.1.2'

Class Method Summary collapse

Class Method Details

.source_rootObject



6
7
8
# File 'lib/vagrant-rancher.rb', line 6

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