Skip to content

Instantly share code, notes, and snippets.

@srenatus
Created April 1, 2014 13:15
Show Gist options
  • Select an option

  • Save srenatus/9913764 to your computer and use it in GitHub Desktop.

Select an option

Save srenatus/9913764 to your computer and use it in GitHub Desktop.
A somewhat githubby Berksfile
site :opscode
%w(
poise/poise
poise/poise-ruby
gofullstack/backup-cookbook
stackforge/cookbook-openstack-common
phlipper/chef-percona
).each do |github|
name = github.split('/').last
.gsub(/[-]*cookbook[-]*/,'')
.gsub(/[-]*chef[-]*/,'')
cookbook name, github: github
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment