From 273cb132baddc0e6f5ed18695d4f7241ed9b5ec3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 30 Jan 2010 22:08:59 -0800 Subject: [PATCH] Hobofile on gitignore [for testing] and modified default config --- .gitignore | 3 ++- config/default.yml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0b51ed32d..f21c2ce32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ gembin/* vendor/gems/* -pkg/* \ No newline at end of file +pkg/* +Hobofile \ No newline at end of file diff --git a/config/default.yml b/config/default.yml index 7d13d96af..a5bd96326 100644 --- a/config/default.yml +++ b/config/default.yml @@ -4,6 +4,8 @@ :host: localhost :port: 2222 +:dotfile_name: .hobo + :vm: :base: ~/.hobo/base/base.ovf :base_mac: 0800279C2E41 \ No newline at end of file