diff --git a/Vagrant/Vagrantfile b/Vagrant/Vagrantfile index 9e4cc97..5475e65 100644 --- a/Vagrant/Vagrantfile +++ b/Vagrant/Vagrantfile @@ -11,4 +11,7 @@ Vagrant.configure("2") do |config| puppet.manifests_path = "manifests" puppet.manifest_file = "init.pp" end + # Use Vagrant-Cachier + # https://github.com/fgrehm/vagrant-cachier + config.cache.auto_detect = true end