Puppet: Use future parser

This commit is contained in:
Eric Lippmann 2015-07-23 12:37:23 +02:00
parent 1d3a0f63eb
commit 3ffe657f71
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -47,5 +47,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
puppet.module_path = [ ".puppet/modules", ".puppet/profiles" ] puppet.module_path = [ ".puppet/modules", ".puppet/profiles" ]
puppet.manifests_path = ".puppet/manifests" puppet.manifests_path = ".puppet/manifests"
puppet.manifest_file = "site.pp" puppet.manifest_file = "site.pp"
puppet.options = "--parser=future"
end end
end end