Skip to content

Instantly share code, notes, and snippets.

@cburyta
Created October 3, 2012 03:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cburyta/3824824 to your computer and use it in GitHub Desktop.
Save cburyta/3824824 to your computer and use it in GitHub Desktop.
Example: Librarian in rake task
namespace 'librarian' do
# see https://github.com/applicationsonline/librarian-chef
desc "install cookbooks using librarian-chef"
task "update" do
# sh "librarian-chef update --verbose"
sh "librarian-chef update"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment