Created
October 13, 2013 03:15
-
-
Save patcon/6957729 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
➜ proviso git:(basic-puppet-lamp) ✗ vagrant provision | |
[default] Configuring cache buckets... | |
[default] Running provisioner: shell... | |
[default] Running: /var/folders/qh/3rl39sq93zd248f1bs9gq3r80000gn/T/vagrant-shell20131012-93253-4gjaph | |
Ensuring Puppet package repo available... | |
Updating package repositories... | |
Ensuring version 3.3.1 of Puppet installed... | |
[default] Configuring cache buckets... | |
[default] Running provisioner: puppet... | |
Running Puppet with default.pp... | |
Error: Invalid parameter config_hash at /tmp/vagrant-puppet/manifests/default.pp:8 on node proviso.local | |
Error: Invalid parameter config_hash at /tmp/vagrant-puppet/manifests/default.pp:8 on node proviso.local | |
The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
puppet apply --modulepath '/etc/puppet/modules:/tmp/vagrant-puppet/modules-0' --manifestdir /tmp/vagrant-puppet/manifests --detailed-exitcodes /tmp/vagrant-puppet/manifests/default.pp || [ $? -eq 2 ] | |
Stdout from the command: | |
Stderr from the command: | |
Error: Invalid parameter config_hash at /tmp/vagrant-puppet/manifests/default.pp:8 on node proviso.local | |
Error: Invalid parameter config_hash at /tmp/vagrant-puppet/manifests/default.pp:8 on node proviso.local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment