summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-01-18 21:55:08 -0500
committerFrederic Guillot <fred@kanboard.net>2015-01-18 21:55:08 -0500
commit2bdd6a6b35f391d8281e3217e1c31ed469381c3e (patch)
tree1124677e9892660d0ff802daf86cf0b973d98cd6 /Vagrantfile
parent4b89b90df253e5120341ce88c4bd1ae3f16b563b (diff)
Make Kanboard compatible with PHP 5.3.3
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 1132337c..35c6f419 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -65,6 +65,11 @@ Vagrant.configure("2") do |config|
m.vm.synced_folder ".", "/var/www/html", owner: "apache", group: "apache"
end
+ config.vm.define "centos65" do |m|
+ m.vm.box = "chef/centos-6.5"
+ m.vm.synced_folder ".", "/var/www/html", owner: "apache", group: "apache"
+ end
+
config.vm.define "freebsd10" do |m|
m.vm.box = "chef/freebsd-10.0"
m.vm.synced_folder ".", "/usr/local/www/apache24/data", type: "rsync", owner: "www", group: "www"