From 30c99661e9d4c51e616024b8353b083817ad6aa0 Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Mon, 19 Oct 2015 00:12:46 +0200 Subject: [PATCH 1/2] Build Vagrant slim configuration This commit adds new vagrantfile without puppet, it use shell provisioning to build a develop box with mysql and apache --- Vagrantfile | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Vagrantfile diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 00000000..0d3f2cb5 --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,48 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +VAGRANTFILE_API_VERSION = '2' + +@script = <