chef-boneyard / locale

Chef cookbook to configure the system locale on Linux systems
https://supermarket.chef.io/cookbooks/locale
Apache License 2.0
27 stars 54 forks source link

A missing file should be considered false when checking up_to_date? #11

Closed johntdyer closed 10 years ago

johntdyer commented 10 years ago

On a Centos 5.9 AMI in AWS the i18n file is not there by default. IF this is the case we should consider the file as not being up to date and write it.

luckymike commented 10 years ago

Thank you for the PR. I think this is also covered by #10.

luckymike commented 10 years ago

Scratch that. This has already been implemented in #7.

Thank you!