3

Currently it seems that Berkshelf is limited to only managing Chef Recipes.

Just wondering if there is anything equivalent to Berkshelf, but for Puppet Modules ?

David P
  • 3,604
  • 3
  • 37
  • 54

1 Answers1

5

There is a tool called librarian which is "A Framework for Bundlers." The original use case was to download and manage cookbooks (with librarian-chef). However, given its modularity it's rather easy to adapt it for other package managers, e.g puppets.

In conclusion: have a look at librarian-puppet.

Holger Just
  • 52,918
  • 14
  • 115
  • 123