Closed Huaba closed 11 years ago
Thanks, that will definitely work as a work around. I'll try to look into whether we can update precise to Chef 11 though.
Ok, after looking into it, it really seems easier to just lock down the apt cookbook version. Actually we don't really need apt. The pat cookbook is a dependency of the postgresql cookbook which again is a dependency of the database cookbook which we do use...
With the actual version for the cookbook 'apt' 2.0.0 it couldn't run with the original vagrant box precise64 or 32 because of chef version 10.X. The apt 2.0.0 needs min. chef 11.X. It use 'use_inline_ressources'.
Hope, i do the right thing with this pull request. I'm very new to GIT and GITHUB :)
Thx for sharing Ingo!