From b1abc13e121e114d7af8529f4280d31f78701c04 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Tue, 7 Jan 2014 20:01:48 -0600 Subject: [PATCH] update berksfile to work with berks 2.x --- Berksfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index 0b3c3e4..7828659 100644 --- a/Berksfile +++ b/Berksfile @@ -1,8 +1,10 @@ +site :opscode + metadata cookbook "sudo", github: "rackspace-cookbooks/sudo" group :integration do cookbook "apt", github: "rackspace-cookbooks/apt" - cookbook "minitest-handler", site: :opscode + cookbook "minitest-handler" end