I got the lucky google search and found this gist: https://gist.github.com/brasey/030b318a37b07acd21af
I was able to get off the ground this below, but I am wondering, how do dependencies of dependencies get resolved? Is this a manual thing? r10k doesn't do a Puppetfile.lock? sudo su - curl -sSL https://get.rvm.io | bash source /etc/profile.d/rvm.sh rvm install 2.4.4 gem install r10k r10k puppetfile install puppet apply manifests/site.pp --modulepath=./site:./modules puppet module list --tree --modulepath=./site:./modules /path/to/modules └─┬ puppetlabs-apt (v4.5.1) └── UNMET DEPENDENCY puppetlabs-stdlib (>= 4.16.0 < 5.0.0) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/1fb50942-206c-41d3-ac8b-1ad1b2eb211a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
