From e1f5c025fd02ebee1821177fad9903f0f932183c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 20 Jan 2014 12:43:04 -0800 Subject: [PATCH] website/www: blog posts on Vagrant stability --- .gitignore | 1 + website/www/Vagrantfile | 23 ++++++ website/www/source/blog.html.erb | 2 +- ...01-20-stability-and-upgrades.html.markdown | 76 +++++++++++++++++++ 4 files changed, 101 insertions(+), 1 deletion(-) create mode 100644 website/www/Vagrantfile create mode 100644 website/www/source/blog/2014-01-20-stability-and-upgrades.html.markdown diff --git a/.gitignore b/.gitignore index 85c6ab03b..a206bde81 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ acceptance_config.yml boxes/* /Vagrantfile /.vagrant +/website/www/.vagrant /vagrant-spec.config.rb # Bundler/Rubygems diff --git a/website/www/Vagrantfile b/website/www/Vagrantfile new file mode 100644 index 000000000..bab5d6429 --- /dev/null +++ b/website/www/Vagrantfile @@ -0,0 +1,23 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! +VAGRANTFILE_API_VERSION = "2" + +$script = <