Skip to content

Instantly share code, notes, and snippets.

View mwrather's full-sized avatar

Matthew Wrather mwrather

View GitHub Profile
@mwrather
mwrather / Vagrantfile
Created April 26, 2013 17:03
Beachbum Vagrantfile for debugging vagrant-unison.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
# Use the stock vagrant precise32.box
config.vm.box = "precise32"
config.vm.box_url = "http://files.vagrantup.com/precise32.box"
# Forward port 8080 on the host to port 80 on the VM