Created
February 1, 2012 17:56
-
-
Save cmcavoy/1718329 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11:52 AM:~/projects/openbadges | |
$ vagrant reload | |
[default] Attempting graceful shutdown of VM... | |
[default] Clearing any previously set forwarded ports... | |
[default] Forwarding ports... | |
[default] -- 22 => 2229 (adapter 1) | |
[default] -- 80 => 8888 (adapter 1) | |
[default] Creating shared folders metadata... | |
[default] Clearing any previously set network interfaces... | |
[default] Preparing network interfaces based on configuration... | |
[default] Booting VM... | |
[default] Waiting for VM to boot. This can take a few minutes. | |
[default] VM booted and ready for use! | |
[default] Configuring and enabling network interfaces... | |
[default] Mounting shared folders... | |
[default] -- v-root: /vagrant | |
[default] -- srv: /home/vagrant/openbadges | |
[default] -- manifests: /tmp/vagrant-puppet/manifests | |
[default] Running provisioner: Vagrant::Provisioners::Puppet... | |
[default] Running Puppet with /tmp/vagrant-puppet/manifests/nodes.pp... | |
stdin: is not a tty | |
notice: /Stage[main]/Nodejs/Exec[update-apt]/returns: executed successfully | |
notice: /Stage[main]/Openbadges::App/Exec[npm-install-packages]/returns: executed successfully | |
notice: /Stage[main]/Openbadges::App/Openbadges::App::Npm[vows]/Exec[install-vows-npm-package]/returns: executed successfully | |
notice: /Stage[main]/Openbadges::App/Openbadges::App::Npm[up]/Exec[install-up-npm-package]/returns: executed successfully | |
notice: Finished catalog run in 21.85 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment