[chef] Re: Chef Pipeline


Chronological Thread 
  • From: Giovanni Toraldo < >
  • To:
  • Subject: [chef] Re: Chef Pipeline
  • Date: Sat, 16 May 2015 14:35:11 +0200

Hi Eric,

On Fri, May 15, 2015 at 9:53 PM, Eric Herot 
< >
 wrote:
> Not all of the dependencies are actually compatible between each of the
> cookbooks that I need to test. For example, et_base depends on version =
> 1.4.4 of et_users but et_rails_app depends on version = 1.5.0 of et_users.

That's a simple dependency conflict due to the strict requirements you
declared in the metadata.rb

Consider that you cannot use multiple version of the same cookbook at
the same time, so one of the two should win.

Since you have control over all those cookbook, consider to use (and
test) the same version for every dependant cookbook, or use a relaxed
operator ~> instead of =.

Cheers,

-- 
Giovanni Toraldo
http://gionn.net



Archive powered by MHonArc 2.6.16.

§