Module: VagrantPlugins::HostsProvisioner
- Defined in:
- lib/vagrant-servant-hosts-provisioner.rb,
lib/vagrant-servant-hosts-provisioner/hosts.rb,
lib/vagrant-servant-hosts-provisioner/action.rb,
lib/vagrant-servant-hosts-provisioner/config.rb,
lib/vagrant-servant-hosts-provisioner/plugin.rb,
lib/vagrant-servant-hosts-provisioner/version.rb,
lib/vagrant-servant-hosts-provisioner/action/add.rb,
lib/vagrant-servant-hosts-provisioner/provisioner.rb,
lib/vagrant-servant-hosts-provisioner/action/remove.rb
Defined Under Namespace
Modules: Action Classes: Config, Hosts, Plugin, Provisioner
Constant Summary collapse
- VERSION =
"2.0"
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.
8 9 10 |
# File 'lib/vagrant-servant-hosts-provisioner.rb', line 8 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |