Giter Club home page Giter Club logo

vagrant-librarian-puppet's People

Contributors

alinn avatar dhoppe avatar ekohl avatar endyman avatar jhoblitt avatar martyn avatar mwildehahn avatar njam avatar shishkin avatar tuxinaut avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vagrant-librarian-puppet's Issues

Disable by default

I use several Vagrant configurations and not all of them use librarian-puppet

I've run into a situation where the librarian-puppet plugin is throwing a backtrace even though I don't want to use it.

Can some config option be added to enable the plugin, and have it disabled by default?

Not running

I don't know what else to write, plugin is installed, librarian-puppet install works when run by hand, and all vagrant reload --provision, vagrant reload and vagrant provision, nothing seems to work.

The paths in the Vagrantfile are correct (as far as I can see) and the plugin is force-installed in the top of the Vagrantfile using

# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"

PUPPET_PATH = File.expand_path("../../../..")

required_plugins = %w( vagrant-librarian-puppet vagrant-vbguest )
required_plugins.each do |plugin|
    system "vagrant plugin install #{plugin}" unless Vagrant.has_plugin? plugin
end

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

  # All Vagrant configuration is done here. The most common configuration
  # options are documented and commented below. For a complete reference,
  # please see the online documentation at vagrantup.com.

  # Every Vagrant virtual environment requires a box to build off of.
  config.vm.box = "puppetlabs/centos-7.0-64-puppet"

Where do I start to diagnose to give you a real bug report ?

vagrant-librarian-puppet 0.7.0 breaks vagrant 1.6.2

Hi,

Installation of this plugin into vagrant 1.6.2 breaks resulting in (for any vagrant command):

Vagrant failed to initialize at a very early stage:

The plugins failed to load properly. The error message given is
shown below.

undefined local variable or method `status' for main:Object

Installation on Windows

I installed the plugin on my windows machine and i got this error message when i try to run any vagrant command:

Vagrant failed to initialize at a very early stage:

The plugins failed to load properly. The error message given is
shown below.

Permission denied - puppet

Do i have to install puppet and/or librarian-puppet gem on my windows machine to make this work?

facter-1.7.6: "cannot load such file -- win32/dir" - Windows 10

Hi, I have tried to install the librarian-puppet but I got this error when I bring up my vagrant machine:

Bringing machine 'db' up with 'virtualbox' provider...
==> db: Checking if box 'hashicorp/precise64' is up to date...
==> db: Installing Puppet modules in "librarian" with Librarian-Puppet...
Unable to load puppet. Please install it using native packages for your platform (eg .deb, .rpm, .dmg, etc).
puppet --version returned pid 1920 exit 1
C:/Users/ferna/.vagrant.d/gems/gems/facter-1.7.6/lib/facter/util/config.rb:47:in `require': cannot load such file -- win32/dir (LoadError)
        from C:/Users/ferna/.vagrant.d/gems/gems/facter-1.7.6/lib/facter/util/config.rb:47:in `<top (required)>'
        from C:/Users/ferna/.vagrant.d/gems/gems/facter-1.7.6/lib/facter/util/resolution.rb:7:in `require'
        from C:/Users/ferna/.vagrant.d/gems/gems/facter-1.7.6/lib/facter/util/resolution.rb:7:in `<top (required)>'
        from C:/Users/ferna/.vagrant.d/gems/gems/facter-1.7.6/lib/facter/util/fact.rb:2:in `require'
        from C:/Users/ferna/.vagrant.d/gems/gems/facter-1.7.6/lib/facter/util/fact.rb:2:in `<top (required)>'
        from C:/Users/ferna/.vagrant.d/gems/gems/facter-1.7.6/lib/facter.rb:23:in `require'
        from C:/Users/ferna/.vagrant.d/gems/gems/facter-1.7.6/lib/facter.rb:23:in `<module:Facter>'
        from C:/Users/ferna/.vagrant.d/gems/gems/facter-1.7.6/lib/facter.rb:19:in `<top (required)>'
        from C:/Users/ferna/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet.rb:6:in `require'
        from C:/Users/ferna/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet.rb:6:in `<top (required)>'
        from C:/Users/ferna/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/util/command_line.rb:12:in `require'
        from C:/Users/ferna/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/util/command_line.rb:12:in `<top (required)>'
        from C:/Users/ferna/.vagrant.d/gems/gems/puppet-3.4.3/bin/puppet:3:in `require'
        from C:/Users/ferna/.vagrant.d/gems/gems/puppet-3.4.3/bin/puppet:3:in `<top (required)>'
        from C:/Users/ferna/.vagrant.d/gems/bin/puppet:23:in `load'
        from C:/Users/ferna/.vagrant.d/gems/bin/puppet:23:in `<main>'

I'm using Windows 10 64bits, with vagrant 1.7.4. Also I don't have the ruby and devkit installed. I mean that vagrant uses the embedded ruby and devkit.

Is there anyone that faces this problem? Is there a fix for it?

Changelog

Would be nice to have a changelog to know what has changed. Thanks for the helpful tool!

Cannot install plugin on Ubuntu 14.04 with vagrant 1.9.0

Same issue as described here mitchellh/vagrant-aws#493

[0] 14:03 tuxinaut::sm191 { ~ } -> $ vagrant plugin install vagrant-librarian-puppet
Installing the 'vagrant-librarian-puppet' plugin. This can take a few minutes...
/opt/vagrant/embedded/lib/ruby/2.2.0/rubygems/dependency.rb:315:in `to_specs': Could not find 'faraday' (< 1.0, >= 0.7.4) among 45 total gem(s) (Gem::LoadError)
Checked in 'GEM_PATH=/opt/vagrant/embedded/gems', execute `gem env` for more information
	from /opt/vagrant/embedded/lib/ruby/2.2.0/rubygems/specification.rb:1311:in `block in activate_dependencies'
	from /opt/vagrant/embedded/lib/ruby/2.2.0/rubygems/specification.rb:1300:in `each'
	from /opt/vagrant/embedded/lib/ruby/2.2.0/rubygems/specification.rb:1300:in `activate_dependencies'
	from /opt/vagrant/embedded/lib/ruby/2.2.0/rubygems/specification.rb:1282:in `activate'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/bundler.rb:319:in `block in activate_solution'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/bundler.rb:316:in `each'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/bundler.rb:316:in `activate_solution'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/bundler.rb:244:in `internal_install'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/bundler.rb:97:in `install'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/plugin/manager.rb:62:in `block in install_plugin'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/plugin/manager.rb:72:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/plugin/manager.rb:72:in `install_plugin'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/plugins/commands/plugin/action/install_gem.rb:37:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/action/warden.rb:34:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/action/builder.rb:116:in `call'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/action/runner.rb:66:in `block in run'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/util/busy.rb:19:in `busy'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/action/runner.rb:66:in `run'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/plugins/commands/plugin/command/base.rb:14:in `action'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/plugins/commands/plugin/command/install.rb:32:in `block in execute'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/plugins/commands/plugin/command/install.rb:31:in `each'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/plugins/commands/plugin/command/install.rb:31:in `execute'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/plugins/commands/plugin/command/root.rb:66:in `execute'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/cli.rb:42:in `execute'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/lib/vagrant/environment.rb:308:in `cli'
	from /opt/vagrant/embedded/gems/gems/vagrant-1.9.0/bin/vagrant:123:in `<main>'
[1] 14:03 tuxinaut::sm191 { ~ } -> $

'Unable to load puppet' error

After installing this plugin on MacOS, haven't been able to execute properly and getting the following error.

$vagrant provision db
==> db: Installing Puppet modules in "librarian" with Librarian-Puppet...
Unable to load puppet. Please install it using native packages for your platform (eg .deb, .rpm, .dmg, etc).
puppet --version returned pid 14665 exit 1
/opt/vagrant/embedded/lib/ruby/2.2.0/rubygems/dependency.rb:315:in `to_specs': Could not find 'puppet' (>= 0) among 44 total gem(s) (Gem::LoadError)
Checked in 'GEM_PATH=/opt/vagrant/embedded/gems', execute `gem env` for more information
	from /opt/vagrant/embedded/lib/ruby/2.2.0/rubygems/dependency.rb:324:in `to_spec'
	from /opt/vagrant/embedded/lib/ruby/2.2.0/rubygems/core_ext/kernel_gem.rb:64:in `gem'
	from /Users/ernestoe/.vagrant.d/gems/2.2.5/bin/puppet:22:in `<main>'

My environment:

$vagrant --version
Vagrant 1.9.5
$vagrant plugin list
vagrant-librarian-puppet (0.9.2)
vagrant-share (1.1.8)
  - Version Constraint: > 0

Don't know if this is related to #47 and whether other setup could do the trick as this is my first install.

Windows support

Just tried to use your plugin and got the following error:

Vagrant failed to initialize at a very early stage:

Failed to load the "vagrant-librarian-puppet" plugin. The output from loading
the plugin is shown below. View the logs for complete details.

stdout:

stderr: Unable to load puppet. Please install it using native packages for your
platform (eg .deb, .rpm, .dmg, etc).
puppet --version returned 1

PS D:\Projects\org.movlib\alpha\www> puppet --version
3.4.3

As you can see, puppet is correctly installed with version 3.4.3. Any plans for Windows support, or am I doing something wrong?

Cannot install puppetlabs-vcsrepo

Every time i try to install puppetlabs-vcsrepo, i encounter this error (all other modules work fine):

E:/Workspace/_VagrantHome/gems/gems/librarian-puppet-2.2.1/lib/librarian/puppet/source/forge/repo.rb:129:in `rescue in cache_version_unpacked!': Error executin
g puppet module install. Check that this command succeeds: (Librarian::Error)
puppet module install --version 1.3.1 --target-dir E:/Workspace/bath/vagrant-puppet/puppet/.tmp/librarian/cache/source/puppet/forge/forgeapi_puppetlabs_com/pup
petlabs-vcsrepo/1.3.1 --module_repository https://forgeapi.puppetlabs.com --modulepath E:/Workspace/bath/vagrant-puppet/puppet/.tmp/librarian/cache/source/pupp
et/forge/forgeapi_puppetlabs_com/puppetlabs-vcsrepo/1.3.1 --module_working_dir E:/Workspace/bath/vagrant-puppet/puppet/.tmp/librarian/cache/source/puppet/forge
/forgeapi_puppetlabs_com/puppetlabs-vcsrepo/1.3.1 --ignore-dependencies puppetlabs-vcsrepo
Error:
Error: No such file or directory @ rb_sysopen - E:/Workspace/bath/vagrant-puppet/puppet/.tmp/librarian/cache/source/puppet/forge/forgeapi_puppetlabs_com/puppet
labs-vcsrepo/1.3.1/cache/tmp20160121-18160-1k17q6e/puppetlabs-vcsrepo-1.3.1/spec/acceptance/beaker/git/tag_checkout/negative/tag_checkout_not_exists.rb

Puppetfile

forge "https://forge.puppetlabs.com"

mod 'puppetlabs-apt'
mod 'puppetlabs-concat'
mod 'puppetlabs-git'
mod 'puppetlabs-inifile'
mod 'puppetlabs-ntp'
mod 'puppetlabs-stdlib'
mod 'puppetlabs/vcsrepo', "1.3.1"

mod 'saz-timezone'
mod 'camptocamp-systemd'
mod 'mayflower-php'
mod 'jfryman-nginx'

Puppetfile.lock

FORGE
remote: https://forgeapi.puppetlabs.com
specs:
camptocamp-systemd (0.2.2)
darin-zypprepo (1.0.2)
example42-puppi (2.1.12)
example42-yum (2.1.25)
example42-puppi (>= 2.0.0)
jfryman-nginx (0.2.7)
puppetlabs-apt (< 3.0.0, >= 1.8.0)
puppetlabs-concat (< 2.0.0, >= 1.1.1)
puppetlabs-stdlib (< 5.0.0, >= 4.2.0)
mayflower-php (3.4.2)
darin-zypprepo (> 1.0)
example42-yum (
> 2.0)
puppetlabs-apt (< 3.0.0, >= 1.0.0)
puppetlabs-inifile (~> 1.0)
puppetlabs-stdlib (< 5.0.0, >= 4.2.0)
puppetlabs-apt (2.2.1)
puppetlabs-stdlib (< 5.0.0, >= 4.5.0)
puppetlabs-concat (1.2.5)
puppetlabs-stdlib (< 5.0.0, >= 3.2.0)
puppetlabs-git (0.4.0)
puppetlabs-stdlib (>= 3.2.0)
puppetlabs-inifile (1.4.3)
puppetlabs-ntp (4.1.2)
puppetlabs-stdlib (< 5.0.0, >= 4.6.0)
puppetlabs-stdlib (4.11.0)
puppetlabs-vcsrepo (1.3.1)
saz-timezone (3.3.0)
puppetlabs-stdlib (>= 2.3.0)

DEPENDENCIES
camptocamp-systemd (>= 0)
jfryman-nginx (>= 0)
mayflower-php (>= 0)
puppetlabs-apt (>= 0)
puppetlabs-concat (>= 0)
puppetlabs-git (>= 0)
puppetlabs-inifile (>= 0)
puppetlabs-ntp (>= 0)
puppetlabs-stdlib (>= 0)
puppetlabs-vcsrepo (= 1.3.1)
saz-timezone (>= 0)

Stack trace

E:\Workspace\bath\vagrant-puppet [master +2 ~2 -0 !]> vagrant up centos
Bringing machine 'centos' up with 'virtualbox' provider...
==> centos: vagrant-r10k not configured; skipping
==> centos: Importing base box 'boxcutter/centos71'...
==> centos: Matching MAC address for NAT networking...
==> centos: Checking if box 'boxcutter/centos71' is up to date...
==> centos: Setting the name of the VM: vagrant-puppet_centos_1453396656931_23202
==> centos: vagrant-r10k not configured; skipping
==> centos: vagrant-r10k not configured; skipping
==> centos: Installing Puppet modules with Librarian-Puppet...
==> centos: vagrant-r10k not configured; skipping
==> centos: Destroying VM and associated drives...
E:/Workspace/_VagrantHome/gems/gems/librarian-puppet-2.2.1/lib/librarian/puppet/source/forge/repo.rb:129:in `rescue in cache_version_unpacked!': Error executin
g puppet module install. Check that this command succeeds: (Librarian::Error)
puppet module install --version 1.3.1 --target-dir E:/Workspace/bath/vagrant-puppet/puppet/.tmp/librarian/cache/source/puppet/forge/forgeapi_puppetlabs_com/pup
petlabs-vcsrepo/1.3.1 --module_repository https://forgeapi.puppetlabs.com --modulepath E:/Workspace/bath/vagrant-puppet/puppet/.tmp/librarian/cache/source/pupp
et/forge/forgeapi_puppetlabs_com/puppetlabs-vcsrepo/1.3.1 --module_working_dir E:/Workspace/bath/vagrant-puppet/puppet/.tmp/librarian/cache/source/puppet/forge
/forgeapi_puppetlabs_com/puppetlabs-vcsrepo/1.3.1 --ignore-dependencies puppetlabs-vcsrepo
Error:
Error: No such file or directory @ rb_sysopen - E:/Workspace/bath/vagrant-puppet/puppet/.tmp/librarian/cache/source/puppet/forge/forgeapi_puppetlabs_com/puppet
labs-vcsrepo/1.3.1/cache/tmp20160121-18160-1k17q6e/puppetlabs-vcsrepo-1.3.1/spec/acceptance/beaker/git/tag_checkout/negative/tag_checkout_not_exists.rb
Error: Try 'puppet help module install' for usage
        from E:/Workspace/_VagrantHome/gems/gems/librarian-puppet-2.2.1/lib/librarian/puppet/source/forge/repo.rb:114:in `cache_version_unpacked!'
        from E:/Workspace/_VagrantHome/gems/gems/librarian-puppet-2.2.1/lib/librarian/puppet/source/forge/repo.rb:56:in `install_version!'
        from E:/Workspace/_VagrantHome/gems/gems/librarian-puppet-2.2.1/lib/librarian/puppet/source/forge.rb:114:in `install!'
        from E:/Workspace/_VagrantHome/gems/gems/librarianp-0.6.3/lib/librarian/manifest.rb:73:in `install!'
        from E:/Workspace/_VagrantHome/gems/gems/librarianp-0.6.3/lib/librarian/action/install.rb:49:in `block in install_manifests'
        from E:/Workspace/_VagrantHome/gems/gems/librarianp-0.6.3/lib/librarian/action/install.rb:48:in `each'
        from E:/Workspace/_VagrantHome/gems/gems/librarianp-0.6.3/lib/librarian/action/install.rb:48:in `install_manifests'
        from E:/Workspace/_VagrantHome/gems/gems/librarianp-0.6.3/lib/librarian/action/install.rb:39:in `perform_installation'
        from E:/Workspace/_VagrantHome/gems/gems/librarianp-0.6.3/lib/librarian/action/install.rb:12:in `run'
        from E:/Workspace/_VagrantHome/gems/gems/vagrant-librarian-puppet-0.6.0/lib/vagrant-librarian-puppet/action/librarian_puppet.rb:48:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from E:/Workspace/_VagrantHome/gems/gems/vagrant-cachier-1.2.1/lib/vagrant-cachier/action/configure_bucket_root.rb:20:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from E:/Workspace/_VagrantHome/gems/gems/vagrant-r10k-0.4.1/lib/vagrant-r10k/action/deploy.rb:15:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from E:/Workspace/_VagrantHome/gems/gems/vagrant-r10k-0.4.1/lib/vagrant-r10k/action/validate.rb:15:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualbox/action/clear_forwarded_ports.rb:15:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualbox/action/set_name.rb:50:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualbox/action/clean_machine_folder.rb:17:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualbox/action/check_accessible.rb:18:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builder.rb:116:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:66:in `block in run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/util/busy.rb:19:in `busy'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:66:in `run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin/call.rb:53:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builder.rb:116:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:66:in `block in run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/util/busy.rb:19:in `busy'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:66:in `run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin/call.rb:53:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builder.rb:116:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:66:in `block in run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/util/busy.rb:19:in `busy'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:66:in `run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin/call.rb:53:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin/box_check_outdated.rb:78:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualbox/action/match_mac_address.rb:19:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualbox/action/discard_state.rb:15:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualbox/action/import.rb:74:in `import'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualbox/action/import.rb:13:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualbox/action/prepare_clone_snapshot.rb:17:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin/prepare_clone.rb:15:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualbox/action/customize.rb:40:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualbox/action/check_accessible.rb:18:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builder.rb:116:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:66:in `block in run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/util/busy.rb:19:in `busy'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:66:in `run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin/call.rb:53:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from E:/Workspace/_VagrantHome/gems/gems/vagrant-r10k-0.4.1/lib/vagrant-r10k/action/validate.rb:15:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin/handle_box.rb:56:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builder.rb:116:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:66:in `block in run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/util/busy.rb:19:in `busy'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:66:in `run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builtin/call.rb:53:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/builder.rb:116:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:66:in `block in run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/util/busy.rb:19:in `busy'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/action/runner.rb:66:in `run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/machine.rb:224:in `action_raw'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/machine.rb:199:in `block in action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/environment.rb:561:in `lock'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/machine.rb:185:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/machine.rb:185:in `action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.1/lib/vagrant/batch_action.rb:82:in `block (2 levels) in run'

ERROR: Failed to build gem native extension.

Running Ruby 1.9.1p431 (2011-02-18 revision 30908) [x86_64-linux]

Ubuntu 14.04

Also tried with Ruby 2.1.2

The following error occurs when I run vagrant plugin install vagrant-librarian-puppet

Installing the 'vagrant-librarian-puppet' plugin. This can take a few minutes...

/usr/lib/ruby/1.9.1/rubygems/installer.rb:562:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)

        /usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
    from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from extconf.rb:1:in `<main>'


Gem files will remain installed in /home/user/.vagrant.d/gems/gems/json-1.8.1 for inspection.
Results logged to /home/user/.vagrant.d/gems/gems/json-1.8.1/ext/json/ext/generator/gem_make.out
    from /usr/lib/ruby/1.9.1/rubygems/installer.rb:540:in `block in build_extensions'
    from /usr/lib/ruby/1.9.1/rubygems/installer.rb:515:in `each'
    from /usr/lib/ruby/1.9.1/rubygems/installer.rb:515:in `build_extensions'
    from /usr/lib/ruby/1.9.1/rubygems/installer.rb:180:in `install'
    from /usr/lib/ruby/1.9.1/rubygems/dependency_installer.rb:297:in `block in install'
    from /usr/lib/ruby/1.9.1/rubygems/dependency_installer.rb:270:in `each'
    from /usr/lib/ruby/1.9.1/rubygems/dependency_installer.rb:270:in `each_with_index'
    from /usr/lib/ruby/1.9.1/rubygems/dependency_installer.rb:270:in `install'
    from /usr/share/vagrant/plugins/commands/plugin/action/install_gem.rb:65:in `block in call'
    from /usr/share/vagrant/plugins/commands/plugin/gem_helper.rb:42:in `block in with_environment'
    from /usr/lib/ruby/1.9.1/rubygems/user_interaction.rb:40:in `use_ui'
    from /usr/share/vagrant/plugins/commands/plugin/gem_helper.rb:41:in `with_environment'
    from /usr/share/vagrant/plugins/commands/plugin/action/install_gem.rb:52:in `call'
    from /usr/lib/ruby/vendor_ruby/vagrant/action/warden.rb:34:in `call'
    from /usr/share/vagrant/plugins/commands/plugin/action/bundler_check.rb:20:in `call'
    from /usr/lib/ruby/vendor_ruby/vagrant/action/warden.rb:34:in `call'
    from /usr/lib/ruby/vendor_ruby/vagrant/action/builder.rb:116:in `call'
    from /usr/lib/ruby/vendor_ruby/vagrant/action/runner.rb:69:in `block in run'
    from /usr/lib/ruby/vendor_ruby/vagrant/util/busy.rb:19:in `busy'
    from /usr/lib/ruby/vendor_ruby/vagrant/action/runner.rb:69:in `run'
    from /usr/share/vagrant/plugins/commands/plugin/command/base.rb:17:in `action'
    from /usr/share/vagrant/plugins/commands/plugin/command/install.rb:27:in `execute'
    from /usr/share/vagrant/plugins/commands/plugin/command/root.rb:56:in `execute'
    from /usr/lib/ruby/vendor_ruby/vagrant/cli.rb:38:in `execute'
    from /usr/lib/ruby/vendor_ruby/vagrant/environment.rb:484:in `cli'
    from /usr/bin/vagrant:127:in `<main>'

Unable to find module

Installed librarian-puppet through my vagrant file

 required_plugins = %w(vagrant-puppet-install vagrant-librarian-puppet)

 required_plugins.each do |plugin|
   need_restart = false
   unless Vagrant.has_plugin? plugin
     system "vagrant plugin install #{plugin} --verbose"
     need_restart = true
   end
   exec "vagrant #{ARGV.join(' ')}" if need_restart
 end

In my puppetfile:

forge "https://forgeapi.puppetlabs.com"
mod 'chocolatey-chocolatey'

I get this error:

==> default: Installing Puppet modules in "puppet" with Librarian-Puppet...
C:/Vagrant/gems/gems/librarian-puppet-1.4.1/lib/librarian/puppet/source/forge/repo_v1.rb:76:in `api_data': Unable to fin
d module 'chocolatey-chocolatey' on https://forgeapi.puppetlabs.com (Librarian::Error)
        from C:/Vagrant/gems/gems/librarian-puppet-1.4.1/lib/librarian/puppet/source/forge/repo_v1.rb:22:in `get_version
s'
        from C:/Vagrant/gems/gems/librarian-puppet-1.4.1/lib/librarian/puppet/source/forge/repo.rb:15:in `versions'
        from C:/Vagrant/gems/gems/librarian-puppet-1.4.1/lib/librarian/puppet/source/forge/repo.rb:42:in `manifests'
        from C:/Vagrant/gems/gems/librarian-puppet-1.4.1/lib/librarian/puppet/source/forge.rb:152:in `manifests'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/dependency.rb:117:in `cache_manifests!'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/dependency.rb:113:in `manifests'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:152:in `block in resolving_de
pendency_map_find_manifests'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:165:in `block (2 levels) in s
cope_resolving_dependency'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:179:in `block in scope_checki
ng_manifests'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:223:in `scope'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:178:in `scope_checking_manife
sts'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:164:in `block in scope_resolv
ing_dependency'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:223:in `scope'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:163:in `scope_resolving_depen
dency'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:151:in `resolving_dependency_
map_find_manifests'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:62:in `recursive_resolve'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:50:in `resolve'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/resolver.rb:23:in `resolve'
        from C:/Vagrant/gems/gems/librarian-0.1.2/lib/librarian/action/resolve.rb:26:in `run'
        from C:/Vagrant/gems/gems/vagrant-librarian-puppet-0.8.0/lib/vagrant-librarian-puppet/action/librarian_puppet.rb
:63:in `provision'
        from C:/Vagrant/gems/gems/vagrant-librarian-puppet-0.8.0/lib/vagrant-librarian-puppet/action/librarian_puppet.rb
:29:in `block in call'
        from C:/Vagrant/gems/gems/vagrant-librarian-puppet-0.8.0/lib/vagrant-librarian-puppet/action/librarian_puppet.rb
:28:in `each'
        from C:/Vagrant/gems/gems/vagrant-librarian-puppet-0.8.0/lib/vagrant-librarian-puppet/action/librarian_puppet.rb
:28:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:95:in `block in finalize
_action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/builder.rb:116:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/runner.rb:66:in `block in run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/busy.rb:19:in `busy'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/runner.rb:66:in `run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/builtin/call.rb:53:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:95:in `block in finalize
_action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/builder.rb:116:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/runner.rb:66:in `block in run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/busy.rb:19:in `busy'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/runner.rb:66:in `run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/builtin/call.rb:53:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/hyperv/action/import.rb:86:in `call
'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:95:in `block in finalize
_action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/builder.rb:116:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/runner.rb:66:in `block in run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/busy.rb:19:in `busy'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/runner.rb:66:in `run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/builtin/call.rb:53:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/builtin/config_validate.rb:25:in `
call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/builtin/handle_box.rb:56:in `call'

        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/hyperv/action/check_enabled.rb:18:i
n `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/warden.rb:34:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/builder.rb:116:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/runner.rb:66:in `block in run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/busy.rb:19:in `busy'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/runner.rb:66:in `run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/machine.rb:214:in `action_raw'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/machine.rb:191:in `block in action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb:516:in `lock'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/machine.rb:178:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/machine.rb:178:in `action'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/batch_action.rb:82:in `block (2 levels) i
n run'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in `call'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in `block in cr
eate_with_logging_context'

My vagrant plugin list:

vagrant-librarian-puppet (0.8.0
vagrant-puppet-install (2.7.0)
vagrant-share (1.1.3, system)

vagrant-librarian-puppet doesn't use puppet.module_path for storing the modules

Vagrantfile snippet:

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

  config.vm.define "machine01" do |machine01|
    machine01.librarian_puppet.puppetfile_dir = "puppet"
  end

  machine01.vm.provision :puppet do |puppet|
    puppet.module_path = "puppet/environments/production/modules"
  end
end

With such config I'd expect the downloaded module be stored in puppet/environments/production/modules, but they're stored in puppet/modules, which in turn makes puppet fail.

Workaround obviously is machine01.librarian_puppet.puppetfile_dir = "puppet/environments/production", but such state of things doesn't seem really intuitive to me.

Malformed version number error

In my Puppetfile I depend on the puppetlabs/ntp module. When trying to create a new vm vagrant-librarian-puppet dies with the error message "Malformed version number string 3.0.0-rc1 (ArgumentError)". Running the librarian-puppet command line tool work fine though.

Segmentation fault running 'vagrant up' after installing vagrant-librarian-puppet plugin

Platform: Windows 8.1
Vagrant 1.7.2
vagrant-librarian-puppet 0.9.0

After installation of the plugin running 'vagrant up' a segmentation faults occurrs.
Same effect using vagrant-librarian-puppet 0.8.0.
Looks like an issue in the embedded gems of the vagrant installation.
Does anybody have the same effect?

C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/window
s/handle.rb:44: [BUG] Segmentation fault
ruby 2.0.0p353 (2013-11-22) [i386-mingw32]

-- Control frame information -----------------------------------------------
c:0036 p:---- s:0198 e:000197 CFUNC  :get_exit_code
c:0035 p:0035 s:0193 e:000192 METHOD C:/Users/owelter/.vagrant.d/gems/gems/child
process-0.5.6/lib/childprocess/windows/handle.rb:44
c:0034 p:0029 s:0188 e:000187 METHOD C:/Users/owelter/.vagrant.d/gems/gems/child
process-0.5.6/lib/childprocess/windows/process.rb:41
c:0033 p:0716 s:0183 e:000182 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/util/subprocess.rb:160
c:0032 p:0013 s:0161 e:000160 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/util/subprocess.rb:22
c:0031 p:0024 s:0156 e:000155 BLOCK  C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/plugins/providers/virtualbox/driver/base.rb:404
c:0030 p:0014 s:0154 e:000153 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/util/busy.rb:19
c:0029 p:0039 s:0150 E:002338 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/plugins/providers/virtualbox/driver/base.rb:403
c:0028 p:0017 s:0144 e:000143 BLOCK  C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/plugins/providers/virtualbox/driver/base.rb:342
c:0027 p:0044 s:0141 e:000140 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/util/retryable.rb:17
c:0026 p:0082 s:0135 e:000134 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/plugins/providers/virtualbox/driver/base.rb:337
c:0025 p:0009 s:0127 e:000126 BLOCK  C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/plugins/providers/virtualbox/driver/meta.rb:141
c:0024 p:0044 s:0125 e:000124 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/util/retryable.rb:17
c:0023 p:0035 s:0119 e:000118 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/plugins/providers/virtualbox/driver/meta.rb:140
c:0022 p:0044 s:0114 e:000113 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/plugins/providers/virtualbox/driver/meta.rb:38 [FINISH]
c:0021 p:---- s:0107 e:000106 CFUNC  :new
c:0020 p:0019 s:0104 e:000103 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/plugins/providers/virtualbox/provider.rb:11
c:0019 p:0010 s:0100 e:000099 BLOCK  C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/environment.rb:378 [FINISH]
c:0018 p:---- s:0094 e:000093 CFUNC  :each
c:0017 p:0249 s:0091 E:000d20 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/environment.rb:377
c:0016 p:0131 s:0081 e:000080 LAMBDA C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/plugin/v2/command.rb:165 [FINISH]
c:0015 p:---- s:0075 e:000074 CFUNC  :call
c:0014 p:0108 s:0071 e:000069 BLOCK  C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/plugin/v2/command.rb:192 [FINISH]
c:0013 p:---- s:0065 e:000064 CFUNC  :each
c:0012 p:0216 s:0062 E:0019a0 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/plugin/v2/command.rb:174
c:0011 p:0072 s:0050 E:000678 BLOCK  C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/plugins/commands/up/command.rb:74
c:0010 p:0008 s:0045 e:000044 BLOCK  C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/environment.rb:277 [FINISH]
c:0009 p:---- s:0042 e:000041 CFUNC  :tap
c:0008 p:0017 s:0039 e:000038 BLOCK  C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/environment.rb:275 [FINISH]
c:0007 p:---- s:0037 e:000036 CFUNC  :synchronize
c:0006 p:0032 s:0034 e:000033 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/environment.rb:274
c:0005 p:0114 s:0030 E:002664 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/plugins/commands/up/command.rb:58
c:0004 p:0158 s:0023 e:000022 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/cli.rb:42
c:0003 p:0020 s:0017 e:000016 METHOD C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/lib/vagrant/environment.rb:301
c:0002 p:0807 s:0013 E:0021a8 EVAL   C:/HashiCorp/Vagrant/embedded/gems/gems/vag
rant-1.7.2/bin/vagrant:174 [FINISH]
c:0001 p:0000 s:0002 E:001d6c TOP    [FINISH]

C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/bin/vagrant:174:in `<main>
'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb
:301:in `cli'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/cli.rb:42:in `
execute'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/up/comman
d.rb:58:in `execute'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb
:274:in `batch'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb
:274:in `synchronize'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb
:275:in `block in batch'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb
:275:in `tap'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb
:277:in `block (2 levels) in batch'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/up/comman
d.rb:74:in `block in execute'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v2/comm
and.rb:174:in `with_target_vms'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v2/comm
and.rb:174:in `each'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v2/comm
and.rb:192:in `block in with_target_vms'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v2/comm
and.rb:192:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v2/comm
and.rb:165:in `block in with_target_vms'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb
:377:in `default_provider'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb
:377:in `each'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb
:378:in `block in default_provider'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualb
ox/provider.rb:11:in `usable?'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualb
ox/provider.rb:11:in `new'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualb
ox/driver/meta.rb:38:in `initialize'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualb
ox/driver/meta.rb:140:in `read_version'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/retryable
.rb:17:in `retryable'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualb
ox/driver/meta.rb:141:in `block in read_version'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualb
ox/driver/base.rb:337:in `execute'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/retryable
.rb:17:in `retryable'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualb
ox/driver/base.rb:342:in `block in execute'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualb
ox/driver/base.rb:403:in `raw'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/busy.rb:1
9:in `busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/virtualb
ox/driver/base.rb:404:in `block in raw'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/subproces
s.rb:22:in `execute'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/subproces
s.rb:160:in `execute'
C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/window
s/process.rb:41:in `exited?'
C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/window
s/handle.rb:44:in `exit_code'
C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/window
s/handle.rb:44:in `get_exit_code'

-- C level backtrace information -------------------------------------------
C:\windows\SYSTEM32\ntdll.dll(ZwWaitForSingleObject+0xc) [0x776FC4BC]
C:\windows\SYSTEM32\KERNELBASE.dll(WaitForSingleObject+0x12) [0x75E92C02]
C:\HashiCorp\Vagrant\embedded\bin\msvcrt-ruby200.dll(rb_vm_bugreport+0xa7) [0x66
8F7EB7]
C:\HashiCorp\Vagrant\embedded\bin\msvcrt-ruby200.dll(rb_name_err_mesg_new+0x69d)
 [0x667BE44D]
C:\HashiCorp\Vagrant\embedded\bin\msvcrt-ruby200.dll(rb_bug+0x2e) [0x667BF24E]
C:\HashiCorp\Vagrant\embedded\bin\msvcrt-ruby200.dll(rb_check_safe_str+0x180) [0
x6687E320]
 [0x00401866]
C:\windows\SYSTEM32\ntdll.dll(LdrSetAppCompatDllRedirectionCallback+0x13267) [0x
7776F0A7]

-- Other runtime information -----------------------------------------------

* Loaded script: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/bin/vagra
nt

* Loaded features:

    0 enumerator.so
    1 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/enc/encdb.so
    2 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/enc/iso_8859_1.s
o
    3 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/enc/trans/transd
b.so
    4 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/rbconfig.rb
    5 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/compatibility.rb
    6 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/defaults.rb
    7 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/deprecate.rb
    8 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/errors.rb
    9 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/version.rb
   10 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/requirement.rb
   11 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/platform.rb
   12 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/specification.rb
   13 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/exceptions.rb
   14 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/defaults/operating_s
ystem.rb
   15 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/enc/utf_16le.so
   16 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/enc/trans/utf_16
_32.so
   17 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_gem.
rb
   18 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/thread.rb
   19 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/monitor.rb
   20 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_requ
ire.rb
   21 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems.rb
   22 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/enc/trans/single
_byte.so
   23 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/path_support.rb
   24 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/dependency.rb
   25 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/etc.so
   26 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/fileutils.rb
   27 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/pathname.so
   28 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/pathname.rb
   29 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/gem_pat
h_manipulation.rb
   30 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/gem_hel
pers.rb
   31 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/match_p
latform.rb
   32 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/rubygem
s_ext.rb
   33 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/user_interaction.rb
   34 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/config_file.rb
   35 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/rubygem
s_integration.rb
   36 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/version
.rb
   37 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/constan
ts.rb
   38 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/current
_ruby.rb
   39 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler.rb
   40 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/setting
s.rb
   41 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/shared_
helpers.rb
   42 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/digest.so
   43 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/digest.rb
   44 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/digest/sha1.so
   45 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/set.rb
   46 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/definit
ion.rb
   47 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/depende
ncy.rb
   48 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/ruby_ds
l.rb
   49 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/dsl.rb
   50 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/source_
list.rb
   51 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/source.
rb
   52 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/uri/common.rb
   53 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/uri/generic.rb
   54 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/uri/ftp.rb
   55 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/uri/http.rb
   56 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/uri/https.rb
   57 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/uri/ldap.rb
   58 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/uri/ldaps.rb
   59 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/uri/mailto.rb
   60 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/uri.rb
   61 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/cgi/core.rb
   62 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/cgi/util.rb
   63 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/cgi/cookie.rb
   64 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/cgi.rb
   65 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/socket.so
   66 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/socket.rb
   67 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/fcntl.so
   68 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/timeout.rb
   69 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/openssl.so
   70 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/openssl/bn.rb
   71 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/openssl/cipher.rb
   72 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/stringio.so
   73 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/openssl/config.rb
   74 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/openssl/digest.rb
   75 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/openssl/x509.rb
   76 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/openssl/buffering.rb
   77 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/openssl/ssl.rb
   78 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/openssl.rb
   79 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/securerandom.rb
   80 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/fiddle.so
   81 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/fiddle/function.rb
   82 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/fiddle/closure.rb
   83 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/fiddle.rb
   84 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/fiddle/value.rb
   85 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/fiddle/pack.rb
   86 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/fiddle/struct.rb
   87 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/fiddle/cparser.rb
   88 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/fiddle/import.rb
   89 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/win32/registry.rb
   90 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/win32/resolv.rb
   91 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/resolv.rb
   92 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/remote_fetcher.rb
   93 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/text.rb
   94 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/name_tuple.rb
   95 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/spec_fetcher.rb
   96 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/source/
rubygems.rb
   97 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/tsort.rb
   98 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/forwardable.rb
   99 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/spec_se
t.rb
  100 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/environ
ment.rb
  101 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/runtime
.rb
  102 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/source/
path.rb
  103 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/resolve
r.rb
  104 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/dep_pro
xy.rb
  105 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/index.r
b
  106 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/ui.rb
  107 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/ui/sile
nt.rb
  108 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/remote_
specification.rb
  109 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/lazy_sp
ecification.rb
  110 C:/HashiCorp/Vagrant/embedded/gems/gems/bundler-1.7.11/lib/bundler/endpoin
t_specification.rb
  111 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/version.rb
  112 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/config.rb
  113 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/base.rb
  114 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/singleton.rb
  115 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/repository.
rb
  116 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/logevent.rb

  117 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/loggerfacto
ry.rb
  118 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/staticlogge
r.rb
  119 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/logger.rb
  120 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/outputter/o
utputterfactory.rb
  121 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/formatter/f
ormatter.rb
  122 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/outputter/o
utputter.rb
  123 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/outputter/i
ooutputter.rb
  124 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/outputter/f
ileoutputter.rb
  125 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/outputter/c
onsoleoutputters.rb
  126 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/outputter/s
taticoutputter.rb
  127 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/outputter/r
ollingfileoutputter.rb
  128 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/GDC.rb
  129 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/MDC.rb
  130 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/NDC.rb
  131 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/formatter/p
atternformatter.rb
  132 C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r.rb
  133 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/delegate.rb
  134 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/tmpdir.rb
  135 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/tempfile.rb
  136 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/shared_h
elpers.rb
  137 C:/Users/owelter/.vagrant.d/gems/gems/json_pure-1.8.2/lib/json/version.rb
  138 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/ostruct.rb
  139 C:/Users/owelter/.vagrant.d/gems/gems/json_pure-1.8.2/lib/json/generic_obj
ect.rb
  140 C:/Users/owelter/.vagrant.d/gems/gems/json_pure-1.8.2/lib/json/common.rb
  141 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/enc/utf_16be.so
  142 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/enc/utf_32be.so
  143 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/enc/utf_32le.so
  144 C:/Users/owelter/.vagrant.d/gems/gems/json-1.8.3/lib/json/ext/parser.so
  145 C:/Users/owelter/.vagrant.d/gems/gems/json-1.8.3/lib/json/ext/generator.so

  146 C:/Users/owelter/.vagrant.d/gems/gems/json_pure-1.8.2/lib/json/ext.rb
  147 C:/Users/owelter/.vagrant.d/gems/gems/json_pure-1.8.2/lib/json.rb
  148 C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/
errors.rb
  149 C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/
abstract_process.rb
  150 C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/
abstract_io.rb
  151 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/2.0/ffi_c.
so
  152 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/platfo
rm.rb
  153 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/types.
rb
  154 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/librar
y.rb
  155 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/errno.
rb
  156 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/pointe
r.rb
  157 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/memory
pointer.rb
  158 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/struct
_layout_builder.rb
  159 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/struct
.rb
  160 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/union.
rb
  161 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/manage
dstruct.rb
  162 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/callba
ck.rb
  163 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/io.rb
  164 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/autopo
inter.rb
  165 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/variad
ic.rb
  166 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/enum.r
b
  167 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi/ffi.rb

  168 C:/Users/owelter/.vagrant.d/gems/gems/ffi-1.9.9-x86-mingw32/lib/ffi.rb
  169 C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/
windows/lib.rb
  170 C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/
windows/structs.rb
  171 C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/
windows/handle.rb
  172 C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/
windows/io.rb
  173 C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/
windows/process_builder.rb
  174 C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/
windows/process.rb
  175 C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/
windows.rb
  176 C:/Users/owelter/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess.
rb
  177 C:/HashiCorp/Vagrant/embedded/gems/gems/i18n-0.6.11/lib/i18n/version.rb
  178 C:/HashiCorp/Vagrant/embedded/gems/gems/i18n-0.6.11/lib/i18n/exceptions.rb

  179 C:/HashiCorp/Vagrant/embedded/gems/gems/i18n-0.6.11/lib/i18n/interpolate/r
uby.rb
  180 C:/HashiCorp/Vagrant/embedded/gems/gems/i18n-0.6.11/lib/i18n.rb
  181 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/version.
rb
  182 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin.r
b
  183 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/registry
.rb
  184 C:/HashiCorp/Vagrant/embedded/gems/gems/i18n-0.6.11/lib/i18n/config.rb
  185 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v
2/components.rb
  186 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v
2/errors.rb
  187 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v
2.rb
  188 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v
2/plugin.rb
  189 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v
2/manager.rb
  190 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v
1/errors.rb
  191 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v
1.rb
  192 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v
1/plugin.rb
  193 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v
1/manager.rb
  194 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/provisioners
/chef/command_builder.rb
  195 C:/HashiCorp/Vagrant/embedded/rgloader/rgloader20.mingw.so
  196 C:/HashiCorp/Vagrant/embedded/rgloader/loader.rb
  197 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-share-1.1.3/lib/vagrant-sh
are.rb
  198 C:/Users/owelter/.vagrant.d/gems/gems/vagrant-librarian-puppet-0.9.0/lib/v
agrant-librarian-puppet/version.rb
  199 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/versio
n.rb
  200 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/net/protocol.rb
  201 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/zlib.so
  202 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/net/http/exceptions.rb
  203 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/net/http/header.rb
  204 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/net/http/generic_request.rb
  205 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/net/http/request.rb
  206 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/net/http/requests.rb
  207 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/net/http/response.rb
  208 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/net/http/responses.rb
  209 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/net/http/proxy_delta.rb
  210 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/net/http/backward.rb
  211 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/net/http.rb
  212 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/helper
s.rb
  213 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/suppor
t/abstract_method.rb
  214 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/error.
rb
  215 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/syntax_error.rb
  216 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/psych.so
  217 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/nodes/node.rb
  218 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/nodes/stream.rb
  219 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/nodes/document.rb
  220 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/nodes/sequence.rb
  221 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/nodes/scalar.rb
  222 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/nodes/mapping.rb
  223 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/nodes/alias.rb
  224 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/nodes.rb
  225 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/streaming.rb
  226 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/visitors/visitor.rb
  227 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/strscan.so
  228 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/scalar_scanner.rb
  229 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/visitors/to_ruby.rb
  230 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/visitors/emitter.rb
  231 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/visitors/yaml_tree.rb
  232 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/json/ruby_events.rb
  233 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/visitors/json_tree.rb
  234 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/visitors/depth_first.rb

  235 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/visitors.rb
  236 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/handler.rb
  237 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/tree_builder.rb
  238 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/parser.rb
  239 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/omap.rb
  240 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/set.rb
  241 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/coder.rb
  242 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/core_ext.rb
  243 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/date_core.so
  244 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/date/format.rb
  245 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/date.rb
  246 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/deprecated.rb
  247 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/stream.rb
  248 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/json/yaml_events.rb
  249 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/json/tree_builder.rb
  250 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/json/stream.rb
  251 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych/handlers/document_strea
m.rb
  252 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/psych.rb
  253 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/yaml.rb
  254 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/config
/source.rb
  255 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/config
/file_source.rb
  256 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/source
/basic_api.rb
  257 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/open3.rb
  258 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/posix.
rb
  259 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/source
/git/repository.rb
  260 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/source
/local.rb
  261 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/source
/git.rb
  262 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/source
/path.rb
  263 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/source
.rb
  264 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/config
/hash_source.rb
  265 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/config
/database.rb
  266 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/config
.rb
  267 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/lockfi
le/compiler.rb
  268 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/manife
st.rb
  269 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/depend
ency.rb
  270 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/algori
thms.rb
  271 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/manife
st_set.rb
  272 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/lockfi
le/parser.rb
  273 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/lockfi
le.rb
  274 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/logger
.rb
  275 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/specfi
le.rb
  276 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolv
er/implementation.rb
  277 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolu
tion.rb
  278 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolv
er.rb
  279 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/dsl/re
ceiver.rb
  280 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/spec.r
b
  281 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/dsl/ta
rget.rb
  282 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/dsl.rb

  283 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/enviro
nment/runtime_cache.rb
  284 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/enviro
nment.rb
  285 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian.rb
  286 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/requirement.rb
  287 C:/Users/owelter/.vagrant.d/gems/gems/rsync-1.0.9/lib/rsync/version.rb
  288 C:/Users/owelter/.vagrant.d/gems/gems/rsync-1.0.9/lib/rsync/command.rb
  289 C:/Users/owelter/.vagrant.d/gems/gems/rsync-1.0.9/lib/rsync/change.rb
  290 C:/Users/owelter/.vagrant.d/gems/gems/rsync-1.0.9/lib/rsync/result.rb
  291 C:/Users/owelter/.vagrant.d/gems/gems/rsync-1.0.9/lib/rsync/configure.rb
  292 C:/Users/owelter/.vagrant.d/gems/gems/rsync-1.0.9/lib/rsync.rb
  293 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/util.rb
  294 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/source/local.rb
  295 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/source/path.rb
  296 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/source/git.rb
  297 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/time.rb
  298 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/open-uri.rb
  299 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/source/repo.rb
  300 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/source/forge/repo.rb
  301 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/source/forge/repo_v1.rb
  302 C:/Users/owelter/.vagrant.d/gems/gems/puppet_forge-1.0.4/lib/puppet_forge/
version.rb
  303 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/version.rb
  304 C:/Users/owelter/.vagrant.d/gems/gems/multi_json-1.11.1/lib/multi_json/opt
ions.rb
  305 C:/Users/owelter/.vagrant.d/gems/gems/multi_json-1.11.1/lib/multi_json/ver
sion.rb
  306 C:/Users/owelter/.vagrant.d/gems/gems/multi_json-1.11.1/lib/multi_json/ada
pter_error.rb
  307 C:/Users/owelter/.vagrant.d/gems/gems/multi_json-1.11.1/lib/multi_json/par
se_error.rb
  308 C:/Users/owelter/.vagrant.d/gems/gems/multi_json-1.11.1/lib/multi_json.rb
  309 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday/parameters
.rb
  310 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday/utils.rb
  311 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday/options.rb

  312 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday/connection
.rb
  313 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday/rack_build
er.rb
  314 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday/middleware
.rb
  315 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday/adapter.rb

  316 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday/request.rb

  317 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday/response.r
b
  318 C:/Users/owelter/.vagrant.d/gems/gems/multipart-post-2.0.0/lib/composite_i
o.rb
  319 C:/Users/owelter/.vagrant.d/gems/gems/multipart-post-2.0.0/lib/parts.rb
  320 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday/upload_io.
rb
  321 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday/error.rb
  322 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday/autoload.r
b
  323 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday.rb
  324 C:/Users/owelter/.vagrant.d/gems/gems/thread_safe-0.3.5/lib/thread_safe/ve
rsion.rb
  325 C:/Users/owelter/.vagrant.d/gems/gems/thread_safe-0.3.5/lib/thread_safe/sy
nchronized_delegator.rb
  326 C:/Users/owelter/.vagrant.d/gems/gems/thread_safe-0.3.5/lib/thread_safe.rb

  327 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/array/prepend_and_append.rb
  328 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/hash/deep_merge.rb
  329 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/hash/except.rb
  330 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/hash/slice.rb
  331 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/lazy_load_hooks.rb
  332 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/i18n.rb
  333 C:/Users/owelter/.vagrant.d/gems/gems/thread_safe-0.3.5/lib/thread_safe/no
n_concurrent_cache_backend.rb
  334 C:/Users/owelter/.vagrant.d/gems/gems/thread_safe-0.3.5/lib/thread_safe/mr
i_cache_backend.rb
  335 C:/Users/owelter/.vagrant.d/gems/gems/thread_safe-0.3.5/lib/thread_safe/ca
che.rb
  336 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/inflector/inflections.rb
  337 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/inflections.rb
  338 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/inflector/methods.rb
  339 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/dependencies/autoload.rb
  340 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/gem_version.rb
  341 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/version.rb
  342 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/array/extract_options.rb
  343 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/module/attribute_accessors.rb
  344 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/concern.rb
  345 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/logger_silence.rb
  346 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/logger.rb
  347 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/logger.rb
  348 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort.rb
  349 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/multibyte.rb
  350 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/string/multibyte.rb
  351 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/inflector/transliterate.rb
  352 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/string/inflections.rb
  353 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/inflector.rb
  354 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/hash/compact.rb
  355 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/base64.rb
  356 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/bigdecimal.so
  357 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/module/delegation.rb
  358 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/date_time/calculations.rb
  359 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/kernel/reporting.rb
  360 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/object/blank.rb
  361 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/xml_mini/rexml.rb
  362 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/xml_mini.rb
  363 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/object/acts_like.rb
  364 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/time/acts_like.rb
  365 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/proxy_object.rb
  366 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/hash/keys.rb
  367 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/object/to_query.rb
  368 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/object/to_param.rb
  369 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/array/conversions.rb
  370 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/duration.rb
  371 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/ruby_core_su
pport.rb
  372 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/offset_ratio
nals.rb
  373 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/time_or_date
time.rb
  374 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/timezone_def
inition.rb
  375 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/timezone_off
set.rb
  376 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/timezone_tra
nsition.rb
  377 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/timezone_tra
nsition_definition.rb
  378 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/timezone_ind
ex_definition.rb
  379 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/timezone_inf
o.rb
  380 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/data_timezon
e_info.rb
  381 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/linked_timez
one_info.rb
  382 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/transition_d
ata_timezone_info.rb
  383 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_tim
ezone_info.rb
  384 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/data_source.
rb
  385 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/ruby_data_so
urce.rb
  386 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_dat
a_source.rb
  387 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/timezone_per
iod.rb
  388 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/timezone.rb
  389 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/info_timezon
e.rb
  390 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/data_timezon
e.rb
  391 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/linked_timez
one.rb
  392 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/timezone_pro
xy.rb
  393 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/country_inde
x_definition.rb
  394 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/country_info
.rb
  395 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/ruby_country
_info.rb
  396 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_cou
ntry_info.rb
  397 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/country.rb
  398 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo/country_time
zone.rb
  399 C:/Users/owelter/.vagrant.d/gems/gems/tzinfo-1.2.2/lib/tzinfo.rb
  400 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/object/try.rb
  401 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/values/time_zone.rb
  402 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/time/conversions.rb
  403 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/time_with_zone.rb
  404 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/date_and_time/zones.rb
  405 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/time/zones.rb
  406 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/date_and_time/calculations.rb
  407 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/time/calculations.rb
  408 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/time/marshal.rb
  409 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/time.rb
  410 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/date/acts_like.rb
  411 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/date/zones.rb
  412 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/date/calculations.rb
  413 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/module/remove_method.rb
  414 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/date/conversions.rb
  415 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/date.rb
  416 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/date_time/acts_like.rb
  417 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/date_time/conversions.rb
  418 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/date_time/zones.rb
  419 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/date_time.rb
  420 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/numeric/time.rb
  421 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/integer/time.rb
  422 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/string/conversions.rb
  423 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/string/zones.rb
  424 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/time.rb
  425 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/array/wrap.rb
  426 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/hash/reverse_merge.rb
  427 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/hash/conversions.rb
  428 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/hash_with_indifferent_access.rb
  429 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/hash/indifferent_access.rb
  430 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/hash.rb
  431 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/base.rb
  432 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/deprecated_m
ethods.rb
  433 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/http.rb
  434 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/attributes.r
b
  435 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/relation.rb
  436 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/orm.rb
  437 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/parse.rb
  438 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/associations
/association.rb
  439 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/associations
/association_proxy.rb
  440 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/associations
/belongs_to_association.rb
  441 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/associations
/has_many_association.rb
  442 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/associations
/has_one_association.rb
  443 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/associations
.rb
  444 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/introspectio
n.rb
  445 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/paths.rb
  446 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model/nested_attri
butes.rb
  447 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/kernel/singleton_class.rb
  448 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/class/attribute.rb
  449 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/deprecation/instance_delegator.rb
  450 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/notifications/instrumenter.rb
  451 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/mutex_m.rb
  452 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/notifications/fanout.rb
  453 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/per_thread_registry.rb
  454 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/notifications.rb
  455 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/deprecation/behaviors.rb
  456 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/deprecation/reporting.rb
  457 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/module/aliasing.rb
  458 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/deprecation/method_wrappers.rb
  459 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/deprecation/proxy_wrappers.rb
  460 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/module/deprecation.rb
  461 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/deprecation.rb
  462 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/rails.rb
  463 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
gem_version.rb
  464 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
version.rb
  465 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model.
rb
  466 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
attribute_methods.rb
  467 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/module/anonymous.rb
  468 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validator.rb
  469 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations/absence.rb
  470 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations/acceptance.rb
  471 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations/callbacks.rb
  472 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/range/conversions.rb
  473 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/range/include_range.rb
  474 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/range/overlaps.rb
  475 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/range/each.rb
  476 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/range.rb
  477 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations/clusivity.rb
  478 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations/confirmation.rb
  479 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations/exclusion.rb
  480 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations/format.rb
  481 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations/inclusion.rb
  482 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations/length.rb
  483 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations/numericality.rb
  484 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations/presence.rb
  485 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations/validates.rb
  486 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations/with.rb
  487 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
validations.rb
  488 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
conversion.rb
  489 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/object/duplicable.rb
  490 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
dirty.rb
  491 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/core_ext/module/introspection.rb
  492 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
naming.rb
  493 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
translation.rb
  494 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/model.rb
  495 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/api.rb
  496 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/middleware/parse_j
son.rb
  497 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/middleware/first_l
evel_parse_json.rb
  498 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/middleware/second_
level_parse_json.rb
  499 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/middleware/accept_
json.rb
  500 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/middleware.rb
  501 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/errors.rb
  502 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her/collection.rb
  503 C:/Users/owelter/.vagrant.d/gems/gems/her-0.7.2/lib/her.rb
  504 C:/Users/owelter/.vagrant.d/gems/gems/puppet_forge-1.0.4/lib/her/lazy_acce
ssors.rb
  505 C:/Users/owelter/.vagrant.d/gems/gems/puppet_forge-1.0.4/lib/her/lazy_rela
tions.rb
  506 C:/Users/owelter/.vagrant.d/gems/gems/puppet_forge-1.0.4/lib/puppet_forge/
middleware/json_for_her.rb
  507 C:/Users/owelter/.vagrant.d/gems/gems/puppet_forge-1.0.4/lib/puppet_forge/
v3/base/paginated_collection.rb
  508 C:/Users/owelter/.vagrant.d/gems/gems/activemodel-4.1.12/lib/active_model/
callbacks.rb
  509 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/descendants_tracker.rb
  510 C:/Users/owelter/.vagrant.d/gems/gems/activesupport-4.1.12/lib/active_supp
ort/callbacks.rb
  511 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/net/https.rb
  512 C:/Users/owelter/.vagrant.d/gems/gems/faraday-0.9.1/lib/faraday/adapter/ne
t_http.rb
  513 C:/Users/owelter/.vagrant.d/gems/gems/puppet_forge-1.0.4/lib/puppet_forge/
v3/base.rb
  514 C:/Users/owelter/.vagrant.d/gems/gems/puppet_forge-1.0.4/lib/puppet_forge/
v3/release.rb
  515 C:/Users/owelter/.vagrant.d/gems/gems/puppet_forge-1.0.4/lib/puppet_forge/
v3/module.rb
  516 C:/Users/owelter/.vagrant.d/gems/gems/puppet_forge-1.0.4/lib/puppet_forge/
v3/user.rb
  517 C:/Users/owelter/.vagrant.d/gems/gems/puppet_forge-1.0.4/lib/puppet_forge/
v3.rb
  518 C:/Users/owelter/.vagrant.d/gems/gems/puppet_forge-1.0.4/lib/puppet_forge.
rb
  519 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/version.rb
  520 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/source/forge/repo_v3.rb
  521 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/source/forge.rb
  522 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/source/githubtarball/repo.rb
  523 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/source/githubtarball.rb
  524 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/source.rb
  525 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/dsl.rb
  526 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/lockfile/parser.rb
  527 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/environment.rb
  528 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/action
/base.rb
  529 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/extension.rb
  530 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/spec_c
hange_set.rb
  531 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/action
/install.rb
  532 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet.rb
  533 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/action
/clean.rb
  534 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/action
/ensure.rb
  535 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/action
/persist_resolution_mixin.rb
  536 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/action
/resolve.rb
  537 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/action
/update.rb
  538 C:/Users/owelter/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/action
.rb
  539 C:/Users/owelter/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian
/puppet/action/install.rb
  540 C:/Users/owelter/.vagrant.d/gems/gems/vagrant-librarian-puppet-0.9.0/lib/v
agrant-librarian-puppet/action/librarian_puppet.rb
  541 C:/Users/owelter/.vagrant.d/gems/gems/vagrant-librarian-puppet-0.9.0/lib/v
agrant-librarian-puppet/plugin.rb
  542 C:/Users/owelter/.vagrant.d/gems/gems/vagrant-librarian-puppet-0.9.0/lib/v
agrant-librarian-puppet.rb
  543 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant.rb
  544 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/bundler.
rb
  545 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/optparse.rb
  546 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util.rb
  547 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/saf
e_puts.rb
  548 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v
2/command.rb
  549 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/cli.rb
  550 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/shellwords.rb
  551 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/io.
rb
  552 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/saf
e_chdir.rb
  553 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/whi
ch.rb
  554 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/sub
process.rb
  555 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/pla
tform.rb
  556 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/io/console.so
  557 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/ui.rb
  558 C:/HashiCorp/Vagrant/embedded/gems/gems/hashicorp-checkpoint-0.1.4/lib/che
ckpoint/platform.rb
  559 C:/HashiCorp/Vagrant/embedded/gems/gems/hashicorp-checkpoint-0.1.4/lib/che
ckpoint/version.rb
  560 C:/HashiCorp/Vagrant/embedded/gems/gems/hashicorp-checkpoint-0.1.4/lib/che
ckpoint.rb
  561 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/fil
e_mode.rb
  562 C:/HashiCorp/Vagrant/embedded/gems/gems/erubis-2.7.0/lib/erubis/util.rb
  563 C:/HashiCorp/Vagrant/embedded/gems/gems/erubis-2.7.0/lib/erubis/generator.
rb
  564 C:/HashiCorp/Vagrant/embedded/gems/gems/erubis-2.7.0/lib/erubis/converter.
rb
  565 C:/HashiCorp/Vagrant/embedded/gems/gems/erubis-2.7.0/lib/erubis/error.rb
  566 C:/HashiCorp/Vagrant/embedded/gems/gems/erubis-2.7.0/lib/erubis/context.rb

  567 C:/HashiCorp/Vagrant/embedded/gems/gems/erubis-2.7.0/lib/erubis/evaluator.
rb
  568 C:/HashiCorp/Vagrant/embedded/gems/gems/erubis-2.7.0/lib/erubis/engine.rb
  569 C:/HashiCorp/Vagrant/embedded/gems/gems/erubis-2.7.0/lib/erubis/helper.rb
  570 C:/HashiCorp/Vagrant/embedded/gems/gems/erubis-2.7.0/lib/erubis/enhancer.r
b
  571 C:/HashiCorp/Vagrant/embedded/gems/gems/erubis-2.7.0/lib/erubis/engine/eru
by.rb
  572 C:/HashiCorp/Vagrant/embedded/gems/gems/erubis-2.7.0/lib/erubis/local-sett
ing.rb
  573 C:/HashiCorp/Vagrant/embedded/gems/gems/erubis-2.7.0/lib/erubis.rb
  574 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/tem
plate_renderer.rb
  575 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/vagrantf
ile.rb
  576 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environm
ent.rb
  577 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/b
uilder.rb
  578 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action.r
b
  579 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/h
ook.rb
  580 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/bus
y.rb
  581 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/r
unner.rb
  582 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/synced_folde
rs/nfs/action_cleanup.rb
  583 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/sco
ped_hash_override.rb
  584 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/b
uiltin/mixin_synced_folders.rb
  585 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/b
uiltin/synced_folder_cleanup.rb
  586 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/b
uiltin/mixin_provisioners.rb
  587 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/b
uiltin/provision.rb
  588 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/w
arden.rb
  589 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/up/
start_mixins.rb
  590 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/up/
command.rb
  591 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/batch_ac
tion.rb
  592 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config.r
b
  593 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/l
oader.rb
  594 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/v
2.rb
  595 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/v
2/util.rb
  596 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/v
2/root.rb
  597 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/v
ersion_base.rb
  598 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/v
2/loader.rb
  599 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/kernel_v2/co
nfig/vm_provisioner.rb
  600 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/sta
cked_proc_runner.rb
  601 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/kernel_v2/co
nfig/vm_subvm.rb
  602 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v
2/config.rb
  603 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/kernel_v2/co
nfig/vm.rb
  604 C:/Users/owelter/.vagrant.d/gems/gems/vagrant-librarian-puppet-0.9.0/lib/v
agrant-librarian-puppet/config.rb
  605 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/v
2/dummy_config.rb
  606 C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/i386-mingw32/digest/md5.so
  607 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/errors.r
b
  608 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v
2/provisioner.rb
  609 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/provisioners
/puppet/provisioner/puppet.rb
  610 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/provisioners
/puppet/config/puppet.rb
  611 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/commands/rdp
/config.rb
  612 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/communicator
s/winrm/config.rb
  613 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/smart
os/config.rb
  614 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/solar
is/config.rb
  615 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/solar
is11/config.rb
  616 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/guests/windo
ws/config.rb
  617 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/kernel_v2/co
nfig/ssh_connect.rb
  618 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/kernel_v2/co
nfig/ssh.rb
  619 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/kernel_v2/co
nfig/package.rb
  620 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/kernel_v2/co
nfig/push.rb
  621 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/kernel_v2/co
nfig/vagrant.rb
  622 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/synced_folde
rs/nfs/config.rb
  623 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/sil
ence_warnings.rb
  624 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/machine_
index.rb
  625 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/capabili
ty_host.rb
  626 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/plugin/v
2/provider.rb
  627 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/do
cker/provider.rb
  628 C:/HashiCorp/Vagrant/embedded/gems/gems/i18n-0.6.11/lib/i18n/backend.rb
  629 C:/HashiCorp/Vagrant/embedded/gems/gems/i18n-0.6.11/lib/i18n/core_ext/hash
.rb
  630 C:/HashiCorp/Vagrant/embedded/gems/gems/i18n-0.6.11/lib/i18n/core_ext/kern
el/suppress_warnings.rb
  631 C:/HashiCorp/Vagrant/embedded/gems/gems/i18n-0.6.11/lib/i18n/backend/trans
literator.rb
  632 C:/HashiCorp/Vagrant/embedded/gems/gems/i18n-0.6.11/lib/i18n/backend/base.
rb
  633 C:/HashiCorp/Vagrant/embedded/gems/gems/i18n-0.6.11/lib/i18n/backend/simpl
e.rb
  634 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/pow
ershell.rb
  635 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/hy
perv/plugin.rb
  636 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/hy
perv/driver.rb
  637 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/hy
perv/provider.rb
  638 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/vi
rtualbox/provider.rb
  639 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/util/ret
ryable.rb
  640 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/vi
rtualbox/driver/base.rb
  641 C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.2/plugins/providers/vi
rtualbox/driver/meta.rb

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

Best Regards,
Oliver

Add 'rsyc' option

librarian-puppet supports rsync to, well, sync the modules instead of removing the whole modules directory and re-create it from scratch.
This might also help with #24

Configurable module path

Hello,
Have you been considered implementing the librarian-puppet --path feature into the plugin vs hardcoded.

Like an optional configuration parameter in VagrantFile config.librarian_puppet.module_path

There is a discussion at librarian-puppet about a future feature also:
rodjek/librarian-puppet#156

Thanks
Zoltan

Plugin does not work on Windows host

Since a few of my devs are using Windows as their dev environment I tried to run the plugin on Windows and it failed. Vagrant stopped running with the following error message:
stderr: Unable to load puppet. Either install it using native packages for your
platform (eg .deb, .rpm, .dmg, etc) or as a gem (gem install puppet).

As it turns out the message is from the librarian-puppet module. There was a similar discussion out the problem in the librarian-puppet repo[1] and a fix got merged. I tried to apply the fix manually to the librarian-puppet version that gets installed when I install the vagrant-librarian-puppet plugin but it did not work. I also tried to install the puppet module manually via gem and that also did not work. It`s wired because the patch from the librarian-puppet module is working fine when I run it in a stand-alone ruby file. Then my puppet version is figured out correctly. As soon as I try to run the code in the vagrant context it fails. Is seems that the puppet command cannot be found although the command is in the path available. I also tried to hardcode the absolute path on my machine into the librarian-puppet patch which also had no effect.

[1] https://github.com/rodjek/librarian-puppet/pull/162/files

Unable to load puppet on macOS

Hello,

on macOS, I get this error:

vagrant provision
==> default: Installing Puppet modules in "." with Librarian-Puppet...
Unable to load puppet. Please install it using native packages for your platform (eg .deb, .rpm, .dmg, etc).
puppet --version returned pid 96395 exit 126
/Users/ahoi/.vagrant.d/gems/3.1.4/bin/puppet: line 6: /Users/ahoi/.vagrant.d/gems/3.1.4/bin/ruby: No such file or directory
/Users/ahoi/.vagrant.d/gems/3.1.4/bin/puppet: line 6: exec: /Users/ahoi/.vagrant.d/gems/3.1.4/bin/ruby: cannot execute: No such file or directory

I am using vagrant 2.4.1:

vagrant --version
Vagrant 2.4.1

I am aware that #59 exists, but that issue seems to be ubuntu-related.

Incompatible with aws provider & likely any parallel provider

I don't know if it's even possible to fix this with the current plugin API; what I believe is needed is for the the config plug to run only once before additional plugins/provisioners run for each box.

$ vagrant up el6 el7 --provider=aws
==> el6: The machine is backed by a cloud provider (aws), caching
==> el6: will be disabled.
==> el7: The machine is backed by a cloud provider (aws), caching
==> el7: will be disabled.
Bringing machine 'el6' up with 'aws' provider...
Bringing machine 'el7' up with 'aws' provider...
==> el7: Installing Puppet modules in "." with Librarian-Puppet...
==> el6: Installing Puppet modules in "." with Librarian-Puppet...
==> el6: An error occurred. The error will be shown after all tasks complete.

VCS repo not install on Windows

I'm quite new to Puppet so still finding my feet, but I've been using this module for a while on OSX with no problems for a few vagrant boxes. I've been trying to run my same vagrant scripts and provisions on my Windows machine and I'm getting the same error that has been talked about here: rodjek/librarian-puppet#288 in the old librarian-puppet repo.

I'm not sure if this is better posted in the Vox Pupuli librarian-puppet issues so I thought I'd start here as I'm directly using this module.

Error message:

I've copied the error message from the linked issue here for history/archiving, my error is the same and with the same module but a few of my paths are different. I've not got access to my windows machine right now but will update this later today when I do with the error generated on my machine.

==> default: Installing Puppet modules in "puppet" with Librarian-Puppet...
C:/Users/user/.vagrant.d/gems/gems/librarian-puppet-1.4.1/lib/librarian/pup
pet/source/forge/repo.rb:65:in `install_version!': C:/chef/windows_vagrant_puppe
t/puppet/.tmp/librarian/cache/source/puppet/forge/forgeapi_puppetlabs_com/puppet
labs-vcsrepo/1.2.0/vcsrepo does not exist, something went wrong. Try removing it
manually (Librarian::Error)

I'm just at a bit of a loss of where to look or what might be causing it, if this is not the correct place to post this issue then I'd be happy to move it to the more relevant repo. Thanks for your time!

Plugin not working with Vagrant 1.8.1

When installing your plugin (which worked really well in some of my past projects), I have the following issue on my current setup.
Running 'vagrant up' as well as 'vagrant provision' I get the following Error:

==> default: Installing Puppet modules in "puppet" with Librarian-Puppet...
Unable to load puppet. Please install it using native packages for your platform (eg .deb, .rpm, .dmg, etc).
puppet --version returned pid 5194 exit 1
/Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/defaults.rb:343: warning: duplicated key at line 344 ignored: :queue_type
/Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/vendor/safe_yaml/lib/safe_yaml/syck_node_monkeypatch.rb:42:in `<top (required)>': uninitialized constant Syck (NameError)
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/vendor/safe_yaml/lib/safe_yaml.rb:197:in `require'
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/vendor/safe_yaml/lib/safe_yaml.rb:197:in `<module:YAML>'
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/vendor/safe_yaml/lib/safe_yaml.rb:132:in `<top (required)>'
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/vendor/require_vendored.rb:4:in `require'
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/vendor/require_vendored.rb:4:in `<top (required)>'
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/vendor.rb:38:in `require'
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/vendor.rb:38:in `require_libs'
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/vendor.rb:51:in `load_vendored'
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet.rb:164:in `<module:Puppet>'
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet.rb:29:in `<top (required)>'
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/util/command_line.rb:12:in `require'
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/util/command_line.rb:12:in `<top (required)>'
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/bin/puppet:3:in `require'
    from /Users/messner.j/.vagrant.d/gems/gems/puppet-3.4.3/bin/puppet:3:in `<top (required)>'
    from /Users/messner.j/.vagrant.d/gems/bin/puppet:23:in `load'
    from /Users/messner.j/.vagrant.d/gems/bin/puppet:23:in `<main>'
  1. duplicate definition in ~/.vagrant.d/gems/gems/puppet-3.4.3/lib/puppet/defaults.rb
    This can easily be fixed by removing one of the two similar entries. With unistall and reinstall of this plugin the duplicate will be present again.

    :queue_type => {
    :default => "stomp",
    :desc => "Which type of queue to use for asynchronous processing.",
    },

  2. uninitialized constant Syck
    Here I did not find any fix, but I'm no ruby developer and am totally confused by the many different versions of ruby and its gems.
    Do I have to install the syck gem? And If so - where?

I have the following environment on my System

$ vagrant --version
$ Vagrant 1.8.1

$ vagrant plugin list
$ vagrant-librarian-puppet (0.9.1)
$ vagrant-share (1.1.5, system)

$ ruby --version
ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]

0.9.0 not being installed

vagrant plugin install vagrant-librarian-puppet installs 0.8.0 -- not 0.9.0.

Is this because 0.9.0 hasn't been released in some way?

Provisioning only works with a reload --provision

I'm hitting a problem with the following error message when provisioning with puppet librarian

Shared folders that Puppet requires are missing on the virtual machine.
This is usually due to configuration changing after already booting the
machine. The fix is to run a `vagrant reload` so that the proper shared
folders will be prepared and mounted on the VM.

I only get this error on machines using this plugin, so as I'm not sure if the problem is with Vagrant or the plugin I'm cross posting this issue from the vagrant issue list!

Full details here: hashicorp/vagrant#4810

Fail gracefully if `puppet` is not available.

If I install the plugin I need to have the puppet gem available in every single environment I start a Vagrant controlled instance. In my case I have a mix of Chef and Puppet instances and use Rbenv to control the gems available per project. It is not expected to have to install puppet in a project that is managed by chef.

orphaned?

Looks like no current work is done here. Is this repo still relevant?

librarian-puppet not working with error name (nil) must be sensible (ArgumentError)

I have just installed the plugin to simplify librarian process but face an issue

on host :

  • vagrant 1.7.4
  • vagrant-librarian-puppet (0.9.0)

on guest :

  • puppet_version=3.8.2
  • ruby_version=1.8.7

Vagrantfile is as following

config.librarian_puppet.puppetfile_dir = "puppet"
config.librarian_puppet.use_v1_api = '1'
config.librarian_puppet.destructive = false
config.vm.provision "puppet" do |p|
  p.module_path = "puppet/modules"
  p.manifests_path = "puppet/manifests"
  p.manifest_file = "site.pp"
  p.options = "--verbose --debug"
end

with puppet and puppet/modules directory created

Puppetfile is simple

forge "https://forge.puppetlabs.com"

mod 'spantree-java8'
mod 'locp-cassandra', "1.6.0"

when running provisioning (vagrant up or vagrant provision) I get the following error

fhenri@machine:~/project/examples/vagrant/testbox.puppet$ vagrant provision
==> default: Installing Puppet modules in "puppet" with Librarian-Puppet...
/Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/dependency.rb:149:in `assert_name_valid!': name (nil) must be sensible (ArgumentError)
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian/puppet/extension.rb:14:in `initialize'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian/puppet/source/forge.rb:147:in `new'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian/puppet/source/forge.rb:147:in `block in fetch_dependencies'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian/puppet/source/forge.rb:145:in `each'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian/puppet/source/forge.rb:145:in `map'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-puppet-2.0.1/lib/librarian/puppet/source/forge.rb:145:in `fetch_dependencies'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/manifest.rb:125:in `fetch_dependencies!'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/manifest.rb:117:in `fetched_dependencies'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/manifest.rb:81:in `dependencies'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:117:in `block in check_manifest_for_cycles'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:117:in `each'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:117:in `map'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:117:in `check_manifest_for_cycles'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:64:in `block in recursive_resolve'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:154:in `block (3 levels) in resolving_dependency_map_find_manifests'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:187:in `block in scope_checking_manifest'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:223:in `scope'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:186:in `scope_checking_manifest'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:153:in `block (2 levels) in resolving_dependency_map_find_manifests'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:211:in `block in map_find'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:210:in `each'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:210:in `map_find'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:152:in `block in resolving_dependency_map_find_manifests'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:165:in `block (2 levels) in scope_resolving_dependency'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:179:in `block in scope_checking_manifests'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:223:in `scope'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:178:in `scope_checking_manifests'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:164:in `block in scope_resolving_dependency'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:223:in `scope'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:163:in `scope_resolving_dependency'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:151:in `resolving_dependency_map_find_manifests'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:62:in `recursive_resolve'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver/implementation.rb:50:in `resolve'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/resolver.rb:23:in `resolve'
  from /Users/fhenri/.vagrant.d/gems/gems/librarian-0.1.2/lib/librarian/action/resolve.rb:26:in `run'
  from /Users/fhenri/.vagrant.d/gems/gems/vagrant-librarian-puppet-0.9.0/lib/vagrant-librarian-puppet/action/librarian_puppet.rb:63:in `provision'

cannot find a reference to this error, only thing that google can retrieve is https://jira.duraspace.org/browse/DS-2734 where they mention to increment the version of librarian-puppet to latest one.

could it be something that is considered for this project too ?

Configuring puppetfile_dir doesn't work

For me config.librarian_puppet.puppetfile_dir = 'puppet' stops the plugin working. Without it modules get installed ok but with it nothing seems to happen and then puppet complains about not being able to find classes etc.

vagrant-librarian-puppet relies on outdated vagrant-vbguest (= 0.15.0)

I tried to install vagrant-librarian-puppet for the first time, following the instructions at https://github.com/voxpupuli/vagrant-librarian-puppet , but installation fails. It appears that vagrant-librarian-puppet wants vagrant-vbguest (= 0.15.0), when a newer version has been available for a while:

$ vagrant plugin list
vagrant-hosts (2.8.0)
vagrant-librarian-puppet (0.9.2)
vagrant-vbguest (0.15.1)
$

$ vagrant plugin install vagrant-librarian-puppet
Installing the 'vagrant-librarian-puppet' plugin. This can take a few minutes...
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:

Unable to resolve dependency: user requested 'vagrant-vbguest (= 0.15.0)'
$ 

librarian-puppet 1.4.1 seems to be inoperable with current forge API

librarian-puppet 1.4.1 seems to have stopped working with the forge API completely.

~/github/sandbox-stackbuild $ bundle list
Gems included by the bundle:
  * bundler (1.7.6)
  * facter (1.7.6)
  * hiera (1.3.4)
  * highline (1.6.21)
  * json (1.8.2)
  * json_pure (1.8.2)
  * librarian (0.1.2)
  * librarian-puppet (1.4.1)
  * puppet (3.4.3)
  * rgen (0.6.6)
  * rsync (1.0.9)
  * thor (0.19.1)
~/github/sandbox-stackbuild $ bundle exec librarian-puppet install
Unable to find module 'puppetlabs-stdlib' on https://forgeapi.puppetlabs.com

I tried a few different combinations of gems (puppet versions/etc.) with 1.4.1 and had no success. 2.0.1 works as expected.

When using multi-machine configuration, librarian_puppet configuration must remain global

Standard (single machine) configuration looks something like:

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

    config.librarian_puppet.puppetfile_dir = 'puppet'
    config.librarian_puppet.placeholder_filename = 'empty.txt'

    config.vm.provision :puppet do |puppet|
        puppet.manifest_file = 'site.pp'
    end

end

Which works fine and dandy. However, if I go with a multi-machine configuration, such as:

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

    config.vm.define 'puppet' do |machine|

        machine.librarian_puppet.puppetfile_dir = 'puppet'
        machine.librarian_puppet.placeholder_filename = 'empty.txt'

        machine.vm.provision :puppet do |puppet|
            puppet.manifest_file = 'site.pp'
        end

    end

end

Then vagrant-librarian-puppet fails to find the configuration, because it's being checked under env[:global] (in vagrant-librarian-puppet/action/librarian_puppet.rb).

The workaround for now is to leave the librarian_puppet as global configuration, but that results in the global configuration being polluted with details (and startup processing) which isn't necessary (and may well fail if you don't have puppet installed locally).

At the moment I don't have the fix, but when I get the chance to dig further I'll add as a pull request to this ticket. However, if there's an obvious fix that someone with more background than I can push through before then...

Error: Could not parse application options: invalid option: --manifestdir

Error only appears if Puppet 4 is installed.

Downgrading to Puppet 3.8.1 fixes the issue.

Output of vagrant log:

INFO ssh: Execute: puppet apply --modulepath '/tmp/vagrant-puppet/modules-8468a03ffe1bb186b05215b45a8ce9f6:/etc/puppet/modules' --manifestdir /tmp/vagrant-puppet/manifests-846018e2aa141a5eb79a64b4015fc5f3 --detailed-exitcodes /tmp/vagrant-puppet/manifests-846018e2aa141a5eb79a64b4015fc5f3/main.pp (sudo=true)

Error: Could not parse application options: invalid option: --manifestdir

v0.6.0 breaks vagrant v1.5.0

Upon installing vagrant-librarian-puppet, regardless of execution path, I get the following error:

Full debug details available

$ vagrant 
Unable to load puppet. Please install it using native packages for your platform (eg .deb, .rpm, .dmg, etc).
true
No such file or directory - puppet

Vagrant failed to initialize at a very early stage:

The plugins failed to load properly. The error message given is
shown below.

exit

Strange plugin failure on Windows

Hello,

I've got a new portable at the office, running Windows 7 Enterprise, that I tried to setup yesterday. I failed to setup a succesful combination of Vagrant+vagrant-librarian-puppet+Puppet though.

On this new machine, I started of with Vagrant 1.4.3, vagrant-librarian-puppet 0.5.0 which installed librarian-puppet 0.9.13. Alongside it, I installed Puppet 3.4.3 via the Windows MSI installer.

While puppet is in the PATH and can be started on the command line, running vagrant up results in this:

C:\Code\TestProject>vagrant up
Vagrant failed to initialize at a very early stage:

Failed to load the "vagrant-librarian-puppet" plugin. The output from loading
the plugin is shown below. View the logs for complete details.

stdout: 

stderr: Unable to load puppet. Please install it using native packages for your platform (eg .deb, .rpm, .dmg, etc).
puppet --version returned 1

After some investigation, I patched librarian-puppet to also display the error output stream when running puppet --version:

C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- win32/dir (LoadError)
        from C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from C:/Tools/Puppet/facter/lib/facter/util/config.rb:47:in `<top (required)>'
        from C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from C:/Tools/Puppet/facter/lib/facter/util/resolution.rb:7:in `<top (required)>'
        from C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from C:/Tools/Puppet/facter/lib/facter/util/fact.rb:2:in `<top (required)>'
        from C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from C:/Tools/Puppet/facter/lib/facter.rb:23:in `<module:Facter>'
        from C:/Tools/Puppet/facter/lib/facter.rb:19:in `<top (required)>'
        from C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from C:/Tools/Puppet/puppet/lib/puppet.rb:6:in `<top (required)>'
        from C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from C:/Tools/Puppet/puppet/lib/puppet/util/command_line.rb:12:in `<top (required)>'
        from C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from C:/Tools/Puppet/sys/ruby/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
        from C:/Tools/Puppet/puppet/bin/puppet:3:in `<main>'

So I assumed librarian-puppet was the culprit. Running librarian-puppet standalone however worked flawlessly. Only when running combined with the plugin under Vagrant, it fails to load the win32/dir module.

Since I installed on a new machine, I had different versions than on my old machine, so I started experimenting with downgrading to the exact versions as on my previous setup:

  • Puppet from 3.4.3 to 3.3.1
  • vagrant-librarian-puppet from 0.5.0 over 0.4.0, 0.3.1 to 0.3.0
  • Vagrant from 1.4.3 to 1.4.0

None of these combinations resolved the issue. While it's probably something specific to my setup, I'm out of ideas. Some help would be appreciated!

Wrong docu config values?

Could it possible that the config values use_v1_api and destruct are in the documentation wrong?

_Docu say_:

config.use_v1_api = '1'
config.destruct = false

_Cause the following:_

tuxinaut::denny-smaato { ~/workspace/Learn_Puppet/VAGRANT_PUPPET_MODULE_TEST } -> $ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

Vagrant:
* Unknown configuration section 'destruct='.
* Unknown configuration section 'use_v1_api='.

I suppose the values should be:

config.librarian_puppet.use_v1_api = '1'
config.librarian_puppet.destruct = false

If this true, i could create a pull reqest.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.