From e2c7e0dd61c80d5bb67654032b72785b5f12f952 Mon Sep 17 00:00:00 2001 From: Prasanna Gautam Date: Mon, 3 Aug 2015 23:15:36 -0700 Subject: [PATCH] missing global_config --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 0ad6bd0f5..09b8efdfc 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -309,7 +309,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |global_config| if Vagrant.has_plugin?("vagrant-cachier") - config.cache.scope = :box + global_config.cache.scope = :box end # Global shared folder for pcp source. Copy it so we have our own to muck around in