Open timello opened 8 years ago
Hi,
It does not work as is.
vagrant@client1:~$ puppet --version 3.4.3
Ok. So puppet > 4.0 should be used.
Actually, it requires a change anyway since Vagrantfile uses box = 'ubuntu/trusty64' and by default its comming with puppet 3.4.3
Maybe something like: https://github.com/petems/vagrant-puppet-install can be used
I've been working on Puppet 4 support, but haven't found the time lately: https://github.com/martialblog/puppet-sandbox/tree/update-to-puppet-4
But it's basically working.
The
modulepath
config setting was deprecated a while ago in favor ofbasemodulepath
, which is why this commit was merged back in May. Are things not working for you as expected with newer Puppet versions?