treasure-data / chef-td-agent

Chef Cookbook for td-agent (Treasure Agent or Fluentd)
https://supermarket.chef.io/cookbooks/td-agent
Apache License 2.0
127 stars 121 forks source link

Fix deprecation #89

Closed ephemeralsnow closed 7 years ago

ephemeralsnow commented 7 years ago

I used Chef 12.17.44. The following warning occurred after execution.

Deprecated features used!
supports { manage_home: true } on the user resource is deprecated and will be removed in Chef 13, set manage_home true instead at 1 location:
- /tmp/packer-chef-solo/local-mode-cache/cache/cookbooks/td-agent/recipes/default.rb:26:in `block in from_file'
See https://docs.chef.io/deprecations_supports_property.html for further details.

manage_home property is exists in Chef 11.0. https://docs.chef.io/release/11-0/resource_user.html

repeatedly commented 7 years ago

@yyuu How about this?

yyuu commented 7 years ago

Sorry for delay 🙇 LGTM