afaundez / nodenv-cookbook

Nodenv Chef Cookbook.
https://supermarket.chef.io/cookbooks/nodenv
MIT License
1 stars 4 forks source link

node_build_plugin_install uses deprecated user property #18

Closed HP41 closed 2 years ago

HP41 commented 2 years ago

This causes failures in environments where deprecations_as_errors is set to true

https://github.com/afaundez/nodenv-cookbook/blob/1.0.3/resources/user.rb#L30

PR incoming

afaundez commented 2 years ago

Thanks for the fix! I think eventually the deprecation_as_warnings parameter should be true again because it could be hiding true warnings.