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

Restores ignore_failure true on compile time update. #230

Closed fretb closed 7 years ago

fretb commented 7 years ago

Description

Commit c7d6b743c07e76d5c38c14f485ec4e74c93f9141 removed the ignore_failure, causing some nodes with repo problems to fail in compile time. As this resource can't be wrapped as it's executed in compile time, it's safer to enable ignore_failure.

Check List

tas50 commented 7 years ago

Thanks for fixing this