desc / puppet-reprepro

Handle local repositories of debian packages
21 stars 25 forks source link

Fix repositories without any pull configuration #39

Closed ckaenzig closed 9 years ago

ckaenzig commented 9 years ago

This fixes the same problem for pulls that #37 fixed for updates. We have to add the force flag to concat to avoid an error at catalog application time when no pulls are defined for a repository.

jtopjian commented 9 years ago

Thanks for this. Out of curiosity, what version of concat are you using?