Skip to content

Instantly share code, notes, and snippets.

@tjwallace
tjwallace / Vagrantfile
Created February 10, 2012 06:17
setup chef server
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
# All Vagrant configuration is done here. The most common configuration
# options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "lucid64"