From 4bbbb4cbf6c276908b23141e0b252bf1093b5fd3 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 12 Jul 2013 20:27:16 -0300 Subject: [PATCH] Enable vagrant-pristine for development boxes --- development/Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/development/Vagrantfile b/development/Vagrantfile index 655d5bc..fc37224 100644 --- a/development/Vagrantfile +++ b/development/Vagrantfile @@ -43,6 +43,7 @@ BOXES = { Vagrant.require_plugin 'vagrant-lxc' Vagrant.require_plugin 'vagrant-cachier' +Vagrant.require_plugin 'vagrant-pristine' Vagrant.configure("2") do |config| config.vm.synced_folder "../", "/vagrant", id: 'vagrant-root', nfs: true