Can I install puppet modules through puppet manifest?
问题 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 manifest? 回答1: We've been happily using librarian-puppet to sync all 3rd party modules, it supports setting the modules' locations and versions. So production and dev run the exact same code. The usage is one liner librarian-puppet install In other cases we have a shell script that runs puppet two times, one time a