From 31fd5019acbe47a5b68da77dde9a4c164f36256d Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Wed, 16 Apr 2014 19:02:13 +0900 Subject: [PATCH] Add Gemfile and Berksfile for chef cookbooks --- chef/Berksfile | 7 +++++++ chef/Gemfile | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 chef/Berksfile create mode 100644 chef/Gemfile diff --git a/chef/Berksfile b/chef/Berksfile new file mode 100644 index 0000000..00474dc --- /dev/null +++ b/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" diff --git a/chef/Gemfile b/chef/Gemfile new file mode 100644 index 0000000..9860d23 --- /dev/null +++ b/chef/Gemfile @@ -0,0 +1,5 @@ +# -*- ruby -*- + +source "https://rubygems.org/" + +gem "berkshelf"