applicationsonline / librarian

Librarian - A Framework for Bundlers. Librarian-Chef is at: https://github.com/applicationsonline/librarian-chef.
http://applicationsonline.com/
MIT License
654 stars 71 forks source link

Customize cookbooks dir name #102

Closed patcon closed 12 years ago

patcon commented 12 years ago

Chef allows multiple cookbook directories. Varying librarian's cookbooks/ directory name to make it self-documenting would be helpful. ie. 1-cookbooks-external or whatever makes sense in any person's context. (In my case, to make the cookbook origin and override order evident.)

Cheers!

yfeldblum commented 12 years ago

You can customize the path Librarian-Chef installs cookbooks to.

librarian-chef install --path 1-cookbooks-external
patcon commented 12 years ago

My hero!