Module: VagrantPlugins::Orchestrate

Defined in:
lib/vagrant-orchestrate.rb,
lib/vagrant-orchestrate/config.rb,
lib/vagrant-orchestrate/plugin.rb,
lib/vagrant-orchestrate/version.rb,
lib/vagrant-orchestrate/repo_status.rb,
lib/vagrant-orchestrate/command/init.rb,
lib/vagrant-orchestrate/command/push.rb,
lib/vagrant-orchestrate/command/root.rb,
lib/vagrant-orchestrate/command/status.rb,
lib/vagrant-orchestrate/action/filtermanaged.rb,
lib/vagrant-orchestrate/action/setcredentials.rb,
lib/vagrant-orchestrate/command/command_mixins.rb

Defined Under Namespace

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

Constant Summary collapse

DEPLOYMENT_ID =
SecureRandom.uuid
VERSION =
"0.8.0"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


8
9
10
# File 'lib/vagrant-orchestrate.rb', line 8

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