Skip to content

Instantly share code, notes, and snippets.

@cirpo
Created June 22, 2012 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cirpo/2971258 to your computer and use it in GitHub Desktop.
Save cirpo/2971258 to your computer and use it in GitHub Desktop.
~/Sites/ideato/jeep-travel/vagrant(master ✗) vagrant provision
[default] Running provisioner: Vagrant::Provisioners::Puppet...
[default] Running Puppet with /tmp/vagrant-puppet/manifests/sandbox.pp...
stdin: is not a tty
warning: Could not retrieve fact fqdn
notice: /Stage[main]//Exec[/usr/bin/apt-get update]/returns: executed successfully
notice: /Stage[main]/Mysql::Server/Service[mysqld]/enable: enable changed 'false' to 'true'
notice: /Stage[main]/Sandbox/Exec[pear-init]/returns: executed successfully
notice: /Stage[main]/Sandbox/Exec[phpunit-init]/returns: executed successfully
notice: /Stage[main]/Sandbox/Mysql::Db[mydb]/Database[mydb]/ensure: created
notice: /Stage[main]/Sandbox/Mysql::Db[mydb]/Database_user[cirpo@localhost]/ensure: created
notice: /Stage[main]/Sandbox/Mysql::Db[mydb]/Database_grant[cirpo@localhost/mydb]/privileges: privileges changed '' to 'all'
err: /Stage[main]/Sandbox/Exec[phpunit-installation]/returns: change from notrun to 0 failed: /usr/bin/pear install pear.phpunit.de/PHPUnit returned 1 instead of one of [0] at /tmp/vagrant-puppet/modules-0/sandbox/manifests/init.pp:72
notice: /Stage[main]/Mysql::Config/File[/etc/mysql/my.cnf]/content: content changed '{md5}aa4fecda7ced3ac5d4f2c5d9e8a21fe2' to '{md5}31067e9939d7d1c7e5bb7a02cf11f0f4'
notice: /Stage[main]/Mysql::Config/Exec[set_mysql_rootpw]/returns: executed successfully
notice: /Stage[main]/Mysql::Config/File[/root/.my.cnf]/ensure: defined content as '{md5}ceb4f7ac6eba1f5ffb9631c80ef2b436'
notice: /Stage[main]/Mysql::Config/Exec[mysqld-restart]: Triggered 'refresh' from 3 events
notice: Finished catalog run in 47.55 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment