Primary goal is to add all puppet modules automatically, so that all dev-env\'s and prod-env could be started with one command. How can I install puppet modules through puppet m
I did this and it seemed to work
exec { 'puppet-fstab': path => '/bin:/usr/bin', command => 'puppet module install -i /usr/share/puppet/modules/AlexCline-fstab >>/tmp/err.log', }