Skip to content

Instantly share code, notes, and snippets.

@shapeshed
Created June 14, 2013 09:20
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 shapeshed/5780590 to your computer and use it in GitHub Desktop.
Save shapeshed/5780590 to your computer and use it in GitHub Desktop.
git rev-parse HEAD
8ae08b436531503aef7ddd82cb21641ecc55d78f
vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Importing base box 'precise64'...
[default] Matching MAC address for NAT networking...
[default] Setting the name of the VM...
[default] Clearing any previously set forwarded ports...
Pruning invalid NFS exports. Administrator privileges will be required...
[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] -- 80 => 8080 (adapter 1)
[default] Booting VM...
[default] Waiting for VM to boot. This can take a few minutes.
[default] VM booted and ready for use!
[default] Configuring and enabling network interfaces...
[default] Mounting shared folders...
[default] -- /tmp/vagrant-puppet/manifests
[default] -- /tmp/vagrant-puppet/modules-0
[default] Exporting NFS shared folders...
Preparing to edit /etc/exports. Administrator privileges will be required...
[default] Mounting NFS shared folders...
[default] Running provisioner: puppet...
Running Puppet with base.pp...
stdin: is not a tty
warning: Could not retrieve fact fqdn
notice: /Stage[main]//Package[git]/ensure: created
notice: /Stage[main]//Package[haproxy]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]//File[/home/vagrant/.tmuxinator/]/ensure: created
notice: /Stage[main]//File[/home/vagrant/.tmux.conf]/ensure: defined content as '{md5}d8f772e67eb2a53e77043eeabbee6f93'
notice: /Stage[main]//Package[tmuxinator]/ensure: created
notice: /Stage[main]//Package[tmux]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]//Package[vim]/ensure: ensure changed 'purged' to 'present'
notice: /Stage[main]//File[/home/vagrant/.tmuxinator/chat.yml]/ensure: defined content as '{md5}682f4453b6cf3d6f6df2d558bd4d9fe7'
notice: /Stage[main]//Apt::Source[nginx]/Apt::Key[Add key: C7917B12 from Apt::Source nginx]/Exec[ec78f178937d2c2d9ea7c760ebe05e3013d4d56a]/returns: executed successfully
notice: /Stage[main]//Apt::Source[redis-server]/File[redis-server.list]/ensure: created
notice: /Stage[main]//Apt::Source[nginx]/File[nginx.list]/ensure: created
notice: /Stage[main]//Apt::Source[nodejs]/File[nodejs.list]/ensure: created
notice: /Stage[main]/Apt::Update/Exec[apt_update]: Triggered 'refresh' from 3 events
notice: /Stage[main]//Package[redis-server]/ensure: ensure changed 'purged' to 'latest'
notice: /Stage[main]//Package[nodejs]/ensure: ensure changed 'purged' to 'latest'
notice: /Stage[main]//Exec[supervisor]/returns: executed successfully
notice: /Stage[main]//Package[nginx]/ensure: ensure changed 'purged' to 'latest'
notice: /Stage[main]//File[/etc/nginx/nginx.conf]/content: content changed '{md5}63ffd8673a37159cae0974918625189c' to '{md5}542ae2624edf1d2f64b6bf1db878c855'
notice: /Stage[main]//File[/etc/nginx/conf.d/proxy.conf]/ensure: defined content as '{md5}2f95050a6741a652f84bac531e328349'
notice: /Stage[main]//File[/etc/nginx/sites-available/default]/ensure: removed
notice: /Stage[main]//File[/etc/nginx/sites-available/bede-chat]/ensure: defined content as '{md5}62cb9b67e974c77b07df23be3852bd10'
notice: /Stage[main]//File[/etc/nginx/sites-enabled/default]/ensure: removed
notice: /Stage[main]//File[/etc/nginx/sites-enabled/bede-chat]/ensure: created
notice: /Stage[main]//Service[nginx]/ensure: ensure changed 'stopped' to 'running'
notice: /Stage[main]//Service[nginx]: Triggered 'refresh' from 2 events
notice: Finished catalog run in 197.54 seconds
vagrant ssh
mux start chat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment