Hello,
Does r10k supports git sparse checkouts somehow?
Some context: I have different repos for different customers, like puppet-site-customer1, puppet-site-customer2, etc. Each of these "master sites" has a R10K Puppetfile that grabs a set of shared modules (my own and external) for that customer. Right now each shared module is a different git repo.
I would much prefer to have all the shared modules of my own in the same repo, but I want to pick the versions of those modules independently of each other when updating one of those master sites. Git sparse checkouts could be the way to go, I figure.
(Say I'm doing a fix in a customer repo and I need to update to the latest version of my shared puppet-ldap module. I don't want to update the versions of my other shared modules right now, just the ldap one.)
Thanks in advance,
Diego Morales