Created
March 27, 2014 15:34
-
-
Save heydonovan/9810302 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
$ vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] VirtualBox VM is already running. | |
$ vagrant provision | |
[default] Running provisioner: puppet... | |
Running Puppet with lamp.pp... | |
stdin: is not a tty | |
warning: Could not retrieve fact fqdn | |
Could not find class apache for precise64 at /tmp/vagrant-puppet-1/manifests/lamp.pp:184 on node precise64 | |
The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
puppet apply --verbose --modulepath '/tmp/vagrant-puppet-1/modules-0' --manifestdir /tmp/vagrant-puppet-1/manifests --detailed-exitcodes /tmp/vagrant-puppet-1/manifests/lamp.pp || [ $? -eq 2 ] | |
Stdout from the command: | |
warning: Could not retrieve fact fqdn | |
Stderr from the command: | |
stdin: is not a tty | |
Could not find class apache for precise64 at /tmp/vagrant-puppet-1/manifests/lamp.pp:184 on node precise64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment