irnnr / vagrant-typo3

A Vagrant file to get you up and running with TYPO3 in a few minutes.
35 stars 11 forks source link

Set version for cookbook 'apt' to work with vagrant box precise64 #1

Closed Huaba closed 11 years ago

Huaba commented 11 years ago

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!

irnnr commented 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.

irnnr commented 11 years ago

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...