From 518cd3cbe3db07f346ac4241ec35de5f4710b5c4 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sat, 21 Sep 2013 01:30:15 -0300 Subject: [PATCH] Add Saucy VBox dev VM --- development/Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/development/Vagrantfile b/development/Vagrantfile index 83bd576..6d0e143 100644 --- a/development/Vagrantfile +++ b/development/Vagrantfile @@ -27,6 +27,9 @@ BOXES = { lxc_url: lxc_box_url('raring'), vbox_url: 'http://goo.gl/Y4aRr' }, + saucy: { + vbox_url: 'http://cloud-images.ubuntu.com/vagrant/saucy/current/saucy-server-cloudimg-amd64-vagrant-disk1.box' + }, squeeze: { lxc_url: lxc_box_url('squeeze'), # https://gist.github.com/henare/1964037