sous-chefs / users

Development repository for the users cookbook
https://supermarket.chef.io/cookbooks/users
Apache License 2.0
138 stars 217 forks source link

Update manage provider to return true/false in guard block #382

Closed petecheslock closed 7 years ago

petecheslock commented 7 years ago

Description

Chef > 12.14 added a warn when returning a string in the only_if/not_if guard block https://github.com/chef/chef/commit/bea83309ccedfe48be5ebac979bb531100f31883

This commit changed these 2 resources which currently warn on latest chef and now return true/false

https://github.com/chef/chef/issues/5574

tas50 commented 7 years ago

Thanks @petecheslock