Skip to content

Instantly share code, notes, and snippets.

@double-z
Forked from jtimberman/berksfile.rb
Created November 15, 2013 18:41
Show Gist options
  • Save double-z/7489442 to your computer and use it in GitHub Desktop.
Save double-z/7489442 to your computer and use it in GitHub Desktop.
Dir.glob(File.join(File.dirname(__FILE__), "cookbooks", "*")).each do |cb|
cookbook File.basename(cb), :path => cb
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment