Skip to content

Instantly share code, notes, and snippets.

@rick
Created February 18, 2014 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rick/9d1a3cfcd3ba2ddebbdf to your computer and use it in GitHub Desktop.
Save rick/9d1a3cfcd3ba2ddebbdf to your computer and use it in GitHub Desktop.
@ - Mon Feb 17 18:49:37 rick@Ricks-MacBook-Pro-2
~/git/puppet-websages (master)(*)$ script/bootstrap
Using rake (10.1.0)
Using json_pure (1.8.0)
Using json (1.8.0)
Using facter (1.7.3)
Using thor (0.18.1)
Using rgen (0.6.6)
Using bundler (1.5.2)
Using hiera (1.2.1)
Using whiskey_disk (0.6.24)
Using librarian-puppet (0.9.10)
Using puppet (3.3.0)
Updating files in vendor/cache
Removing outdated .gem files from vendor/cache
* archive-tar-minitar-0.5.2.gem
* erubis-2.7.0.gem
* ffi-0.6.4.gem
* mario-0.0.6.gem
* net-scp-1.1.2.gem
* net-ssh-2.8.0.gem
* vagrant-0.5.4.gem
* virtualbox-0.7.9.gem
Your bundle is complete!
Gems in the groups staging and production were not installed.
It was installed into ./vendor/gems
@ - Mon Feb 17 18:49:44 rick@Ricks-MacBook-Pro-2
~/git/puppet-websages (master)$ vagrant up
Vagrant failed to initialize at a very early stage:
There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.
Path: /Users/rick/git/puppet-websages/Vagrantfile
Message: uninitialized constant VagrantHitch
@ - Mon Feb 17 18:49:49 rick@Ricks-MacBook-Pro-2
~/git/puppet-websages (master)$ cat Vagrantfile
Vagrant::Config.run &VagrantHitch.up!(File.join(File.dirname(__FILE__),'config'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment