Created
February 12, 2014 20:55
-
-
Save philk/8964314 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dir['site-cookbooks/*/metadata.rb'].each do |metadata_rb| | |
cb_path = File.dirname(metadata_rb) | |
cb_name = File.basename(cb_path) | |
cookbook cb_name, :path => cb_path | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment