summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
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"