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 = <