Module: VagrantPlugins::MongoDb

Defined in:
lib/vagrant-mongodb.rb,
lib/vagrant-mongodb/config.rb,
lib/vagrant-mongodb/errors.rb,
lib/vagrant-mongodb/plugin.rb,
lib/vagrant-mongodb/version.rb,
lib/vagrant-mongodb/commands.rb,
lib/vagrant-mongodb/actions/initiate.rb,
lib/vagrant-mongodb/commands/initiate.rb

Defined Under Namespace

Modules: Actions, Commands, Errors Classes: Config, Plugin

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.source_rootObject



7
8
9
# File 'lib/vagrant-mongodb.rb', line 7

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