From 21acff0e79cecfef551580ce8f6affebe5ad5940 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 10 Dec 2011 13:04:12 -0800 Subject: [PATCH] Update TODO --- BRANCH_TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/BRANCH_TODO b/BRANCH_TODO index afba27183..96c0732d0 100644 --- a/BRANCH_TODO +++ b/BRANCH_TODO @@ -1,9 +1,6 @@ This is a TODO file for only this branch (config-overhaul) * Config validation -* What happens if a configured box doesn't exist? -* Separation of global vs VM configuration. -* Put VM-specific config directly into Vagrant::VM objects * Only allow one kind of vagrantfile to be loaded (i.e. if both Vagrantfile and vagrantfile exist, throw an error) * Nicer error if can't setup home directory