From 6f054827a3b2c850a217425a0f7d3fd1f1524d5d Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Sat, 2 Nov 2013 11:52:41 -0700 Subject: [PATCH] Add Vagrantfile --- .gitignore | 4 ++++ Vagrantfile | 31 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 Vagrantfile diff --git a/.gitignore b/.gitignore index 7d1115a32..aebb84829 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,7 @@ pkg/ /go-bindata release_version.go /machine* +.vagrant/ +conf +info +log diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 000000000..ec3de3765 --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,31 @@ +# This Vagrantfile is targeted at developers. It can be used to build and run etcd in an isolated VM. + +$provision = <