sous-chefs / apt

Development repository for the apt cookbook
https://supermarket.chef.io/cookbooks/apt
Apache License 2.0
201 stars 266 forks source link

use apt_update resource #189

Closed thommay closed 8 years ago

thommay commented 8 years ago

Where available, this'll just run the built in resource. Otherwise, it'll use compat_resource and make it's own

I'm not sure that we want to introduce compat_resource at such a low level in the stack. But for discussion at least

tas50 commented 8 years ago

We might want to do a greater than on the require so we get a modern compat resource at least. The older ones have a lot of critical issues.

tas50 commented 8 years ago

Also the readme needs to be updated to specify Chef 12+