sous-chefs / apt

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

Use compat_resource instead of LWRPs #212

Closed tas50 closed 7 years ago

tas50 commented 8 years ago

apt_update and apt_repository are built into Chef now and backporting of those resources is provided by compat_resource. We should use those resources via compat_resource instead of shipping similar, but slightly different resources.

pwalz commented 7 years ago

FWIW, this gets a 👍 from me as a customer