puppet-sandbox icon indicating copy to clipboard operation
puppet-sandbox copied to clipboard

Puppet nodes can't find modules otherwise

Open timello opened this issue 9 years ago • 6 comments

timello avatar Jun 29 '16 22:06 timello

The modulepath config setting was deprecated a while ago in favor of basemodulepath, which is why this commit was merged back in May. Are things not working for you as expected with newer Puppet versions?

elasticdog avatar Jun 29 '16 22:06 elasticdog

Hi,

It does not work as is.

vagrant@client1:~$ puppet --version 3.4.3

timello avatar Jun 29 '16 22:06 timello

Ok. So puppet > 4.0 should be used.

timello avatar Jun 29 '16 22:06 timello

Actually, it requires a change anyway since Vagrantfile uses box = 'ubuntu/trusty64' and by default its comming with puppet 3.4.3

timello avatar Jun 29 '16 22:06 timello

Maybe something like: https://github.com/petems/vagrant-puppet-install can be used

timello avatar Jun 29 '16 23:06 timello

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.

martialblog avatar Jul 01 '16 11:07 martialblog