Skip to content

Instantly share code, notes, and snippets.

@mw44118
Created February 19, 2013 20:44
Show Gist options
  • Save mw44118/4989745 to your computer and use it in GitHub Desktop.
Save mw44118/4989745 to your computer and use it in GitHub Desktop.
vagrant puppet error
$ vagrant provision
[default] Running provisioner: Vagrant::Provisioners::Puppet...
[default] Running Puppet with /tmp/vagrant-puppet/manifests/vagrant.pp...
stdin: is not a tty
warning: loglevel is a metaparam; this value will inherit to all contained resources
notice: /Stage[pre]/Vagrant/Exec[run apt-get update]/returns: executed successfully
notice: /Stage[main]/Bubbli::Component::Python/Package[python-dev]/ensure: ensure changed '2.7.3-0ubuntu2' to '2.7.*'
notice: DEPRECATION NOTICE: Files found in modules without specifying 'modules' in file path will be deprecated in the next major release. Please fix module 'bubbli' when no 0.24.x clients are present
err: Could not prefetch package provider 'pip':
err: /Stage[main]/Bubbli::Role::Web/Package[gunicorn]: Could not evaluate:
err: /Stage[main]/Bubbli::Role::Web/Package[scrypt]: Could not evaluate:
err: /Stage[main]/Bubbli::Role::Web/Package[newrelic]: Could not evaluate:
notice: /Stage[main]/Bubbli::Role::Web/Service[nginx]/ensure: ensure changed 'stopped' to 'running'
notice: /Stage[main]/Bubbli::Role::Web/Exec[sudo killall -s SIGHUP gunicorn || echo "not up"]/returns: executed successfully
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment