Skip to content

Instantly share code, notes, and snippets.

@patcon
Created October 13, 2013 03:15
Show Gist options
  • Save patcon/6957729 to your computer and use it in GitHub Desktop.
Save patcon/6957729 to your computer and use it in GitHub Desktop.
➜ 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