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