Skip to content

Instantly share code, notes, and snippets.

@francescor
francescor / Vagrantfile
Last active October 16, 2015 05:11 — forked from GMaissa/Vagrantfile
Initialize an eZ Publish demo environment using Ansible and Vagrant
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Debian test box
config.vm.box = "puphpet/debian75-x64"