Skip to content

Instantly share code, notes, and snippets.

@dougmarcey
Created August 18, 2013 20:07
Show Gist options
  • Save dougmarcey/6263716 to your computer and use it in GitHub Desktop.
Save dougmarcey/6263716 to your computer and use it in GitHub Desktop.
~/Documents/development/devcloud-public-proxy/vagrant   master ●  vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Importing base box 'ubuntu-cloud-1204'...
[default] Matching MAC address for NAT networking...
[default] Setting the name of the VM...
[default] Clearing any previously set forwarded ports...
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[default] -- 22 => 22250 (adapter 1)
[default] Running 'pre-boot' VM customizations...
[default] Booting VM...
[default] Waiting for VM to boot. This can take a few minutes.
[default] VM booted and ready for use!
[default] The guest additions on this VM do not match the installed version of
VirtualBox! In most cases this is fine, but in rare cases it can
cause things such as shared folders to not work properly. If you see
shared folder errors, please update the guest additions within the
virtual machine and reload your VM.
Guest Additions Version: 4.1.12_Ubuntu r77245
VirtualBox Version: 4.2
[default] Setting hostname...
[default] Configuring and enabling network interfaces...
[default] Mounting shared folders...
[default] -- /vagrant
[default] -- /tmp/vagrant-puppet/manifests
[default] -- /tmp/vagrant-puppet/modules-0
[default] -- /opt/development/devcloud-public-proxy
[default] Running provisioner: puppet...
Running Puppet with site.pp...
stdin: is not a tty
notice: /Stage[main]//Node[default]/Exec[apt-get update]/returns: executed successfully
notice: /Stage[main]//Node[default]/Package[libxslt1.1]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]//Node[default]/Package[lua5.1]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]//Node[default]/Package[liblua5.1]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]//Node[default]/Package[redis-server]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]//Node[default]/Package[libperl5.14]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]//Node[default]/Package[luarocks]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]//Node[default]/Package[nginx-common]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]//Node[default]/Package[nginx-extras]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]//Node[default]/File[/etc/nginx/sites-available/default]/ensure: ensure changed 'file' to 'link'
notice: /Stage[main]//Node[default]/File[/etc/nginx/ssl]/ensure: created
notice: /Stage[main]//Node[default]/Service[nginx]/ensure: ensure changed 'stopped' to 'running'
notice: /Stage[main]//Node[default]/Service[nginx]: Triggered 'refresh' from 2 events
notice: Finished catalog run in 136.07 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment