diff --git a/Vagrantfile b/Vagrantfile index 198016789..11b5e2b9c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -47,5 +47,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| puppet.module_path = [ ".puppet/modules", ".puppet/profiles" ] puppet.manifests_path = ".puppet/manifests" puppet.manifest_file = "site.pp" + puppet.options = "--parser=future" end end