Module: VagrantPlugins::GuestCumulus
- Defined in:
- lib/vagrant-cumulus.rb,
lib/vagrant-cumulus/guest.rb,
lib/vagrant-cumulus/plugin.rb,
lib/vagrant-cumulus/version.rb,
lib/vagrant-cumulus/cap/change_host_name.rb,
lib/vagrant-cumulus/cap/configure_networks.rb
Defined Under Namespace
Modules: Cap Classes: Guest, Plugin
Constant Summary collapse
- VERSION =
"0.1"
Class Method Summary collapse
-
.source_root ⇒ Object
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Object
This returns the path to the source of this plugin.
16 17 18 |
# File 'lib/vagrant-cumulus.rb', line 16 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |