Module: VagrantPlugins::DnsUpdater

Defined in:
lib/vagrant-dns-updater.rb,
lib/vagrant-dns-updater/action.rb,
lib/vagrant-dns-updater/config.rb,
lib/vagrant-dns-updater/plugin.rb,
lib/vagrant-dns-updater/command.rb,
lib/vagrant-dns-updater/version.rb,
lib/vagrant-dns-updater/registrar.rb,
lib/vagrant-dns-updater/registrar/ovh.rb,
lib/vagrant-dns-updater/action/set_dns_record.rb,
lib/vagrant-dns-updater/action/remove_dns_record.rb

Defined Under Namespace

Modules: Action, Registrar Classes: Command, Config, Plugin

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Class Method Details

.source_rootObject



9
10
11
# File 'lib/vagrant-dns-updater.rb', line 9

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