Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. C:\precise64>vagrant up
  2. Bringing machine 'default' up with 'virtualbox' provider...
  3. [default] Importing base box 'precise64'...
  4. ←[0K[default] Matching MAC address for NAT networking...
  5. [default] Setting the name of the VM...
  6. [default] Clearing any previously set forwarded ports...
  7. [default] Creating shared folders metadata...
  8. [default] Clearing any previously set network interfaces...
  9. [default] Preparing network interfaces based on configuration...
  10. [default] Forwarding ports...
  11. [default] -- 22 => 2222 (adapter 1)
  12. [default] Running any VM customizations...
  13. [default] Booting VM...
  14. [default] Waiting for VM to boot. This can take a few minutes.
  15. [default] VM booted and ready for use!
  16. [default] Configuring and enabling network interfaces...
  17. [default] Mounting shared folders...
  18. [default] -- /vagrant
  19. [default] -- /var/www
  20. [default] -- /tmp/vagrant-puppet/manifests
  21. [default] -- /tmp/vagrant-puppet/modules-0
  22. [default] Running provisioner: shell...
  23. [default] Running: inline script
  24. [default] Running provisioner: puppet...
  25. Running Puppet with default.pp...
  26. ←[0;32mInfo: Loading facts in /tmp/vagrant-puppet/modules-0/phpmyadmin/lib/facte
  27. r/phpmyadmin_facts.rb←[0m
  28. ←[0;32mInfo: Loading facts in /tmp/vagrant-puppet/modules-0/postgresql/lib/facte
  29. r/postgres_default_version.rb←[0m
  30. ←[0;32mInfo: Loading facts in /tmp/vagrant-puppet/modules-0/puppi/lib/facter/las
  31. t_run.rb←[0m
  32. ←[0;32mInfo: Loading facts in /tmp/vagrant-puppet/modules-0/puppi/lib/facter/pup
  33. pi_projects.rb←[0m
  34. ←[0;32mInfo: Loading facts in /tmp/vagrant-puppet/modules-0/stdlib/lib/facter/fa
  35. cter_dot_d.rb←[0m
  36. ←[0;32mInfo: Loading facts in /tmp/vagrant-puppet/modules-0/stdlib/lib/facter/ro
  37. ot_home.rb←[0m
  38. ←[1;31mWarning: Could not retrieve fact fqdn←[0m
  39. ←[1;31mWarning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaul
  40. ts←[0m
  41. ←[1;31mError: lsbdistcodename fact not available: release parameter required at
  42. /tmp/vagrant-puppet/modules-0/apt/manifests/ppa.pp:12 on node localhost←[0m
  43. ←[1;31mError: lsbdistcodename fact not available: release parameter required at
  44. /tmp/vagrant-puppet/modules-0/apt/manifests/ppa.pp:12 on node localhost←[0m
  45. The following SSH command responded with a non-zero exit status.
  46. Vagrant assumes that this means the command failed!
  47.  
  48. cd /tmp/vagrant-puppet/manifests && puppet apply --verbose --modulepath '/etc/pu
  49. ppet/modules:/tmp/vagrant-puppet/modules-0' default.pp --detailed-exitcodes || [
  50. $? -eq 2 ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement