Skip to content

Commit

Permalink
Add Gemfile and Berksfile for chef cookbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 16, 2014
1 parent 96edd9c commit 31fd501
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chef/Berksfile
@@ -0,0 +1,7 @@
# -*- ruby -*-

source "http://api.berkshelf.com/"

local_cookbooks_dir = "vendor/cookbooks"

cookbook "droonga", :git => "https://github.com/droonga/chef-cookbooks.git"
5 changes: 5 additions & 0 deletions chef/Gemfile
@@ -0,0 +1,5 @@
# -*- ruby -*-

source "https://rubygems.org/"

gem "berkshelf"

0 comments on commit 31fd501

Please sign in to comment.