From b8c5b883f7a8778122e3f2b45456d6ef7bed7794 Mon Sep 17 00:00:00 2001 From: David Gil Date: Thu, 29 May 2014 13:07:53 +0200 Subject: [PATCH] Move hosts_file cookbook out of integration group AFAIS, the hosts_file is a hard dependency (as can be seen in metadata.rb) and therefore should not be in the integration group in the Berksfile. --- Berksfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index c2e34bd..6325284 100644 --- a/Berksfile +++ b/Berksfile @@ -2,9 +2,10 @@ site :opscode metadata +cookbook "hosts_file" + group :integration do cookbook "minitest-handler" cookbook "apt" - cookbook "hosts_file" cookbook "dnsmasq_test", :path => "./test/cookbooks/dnsmasq_test" end