Closed calebTomlinson closed 11 years ago
It looks like you are releasing the maestrodev branch. I will create a different pull request for that.
yeah, we use maestrodev branch, master keeps track of the forked repo. I was thinking about having a common cache in the user home, like ~/.puppet/librarian to share it across all modules in filesystem. We keep checking out all the same modules over and over
...che multiple copies.
Prior to this change we had a single repo/ref that was used in 10+ modules in the Puppetfile and each was creating a separate cache. This resolves that so that there is a single repo cached in this case. Change was very simple.