diff --git a/.gitignore b/.gitignore index 9f08708f27..1f14d26aa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.vagrant tests/Zend/Db/Table/_files/cachefiles/* tests/Zend/Auth/Adapter/OpenId/_files/* tests/Zend/Filter/_files/Compress/* diff --git a/Vagrantfile b/Vagrantfile index cfb8e875d1..f0c603d967 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,90 +1,46 @@ # -*- mode: ruby -*- # vi: set ft=ruby : -Vagrant::Config.run do |config| - # All Vagrant configuration is done here. The most common configuration - # options are documented and commented below. For a complete reference, - # please see the online documentation at vagrantup.com. - # Every Vagrant virtual environment requires a box to build off of. - config.vm.box = "lucid32" +# Inline provisioning shell script +@script = <