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

The backward compatibility code for `params` keyword won't work if `treat_deprecation_warnings_as_errors` is set (fixes #112) #113

Closed yyuu closed 6 years ago

yyuu commented 6 years ago

It looks like chef client will throw exception if a resource is declaring an attribute named params and treat_deprecation_warnings_as_errors is set.