Module: VagrantPlugins::HostManager
- Defined in:
- lib/vagrant-hostmanager-rethinc.rb,
lib/vagrant-hostmanager-rethinc/util.rb,
lib/vagrant-hostmanager-rethinc/action.rb,
lib/vagrant-hostmanager-rethinc/config.rb,
lib/vagrant-hostmanager-rethinc/errors.rb,
lib/vagrant-hostmanager-rethinc/plugin.rb,
lib/vagrant-hostmanager-rethinc/command.rb,
lib/vagrant-hostmanager-rethinc/version.rb,
lib/vagrant-hostmanager-rethinc/provisioner.rb,
lib/vagrant-hostmanager-rethinc/action/update_all.rb,
lib/vagrant-hostmanager-rethinc/action/update_host.rb,
lib/vagrant-hostmanager-rethinc/hosts_file/updater.rb,
lib/vagrant-hostmanager-rethinc/action/update_guest.rb
Defined Under Namespace
Modules: Action, Errors, HostsFile, Util Classes: Command, Config, Plugin, Provisioner
Constant Summary collapse
- VERSION =
'1.8.9.1'
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
7 8 9 |
# File 'lib/vagrant-hostmanager-rethinc.rb', line 7 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |