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