Hi,
I share your pain. Too much time I waste on figuring out what set of dependencies will work. Something that may help is Voxpupuli's ra10ke gem (https://github.com/voxpupuli/ra10ke). This adds a few helpful rake tasks to work with dependencies.
https://voxpupuli.org/plugins/#r10k lists a few other plugins to add to your workflow that may work for you.
--
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 puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAL017hCvp4dV%2BRZy%2B5V%2Bt9zW42j3ffscxQB5uzN-%3Da1nj313Hg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--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 puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAL017hAj0-7R_VQUb9%2B4q%3D3eW27%2Bi185HsuNWTXXgLj%3DUen1dw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/29402CD0-6E43-4334-842E-791BF2FCA093%40getmailspring.com.
For more options, visit https://groups.google.com/d/optout.
Hi,we never use the puppet module tool.Instead we mirror upstream modules on an internal git server (including tags) and reference module, git url and tag in a control-repository Puppetfile.When we want to upgrade modules we create a branch and veriffy that everything still works as expected.We sometimes even use the octocatalog-diff tool to verify catalogs build with old and new module versions.hth,Martin