afaundez / nodenv-cookbook

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

Fix deprecation error #19

Closed HP41 closed 2 years ago

HP41 commented 2 years ago

node_build_plugin_install in resources/user.rb is called with user. user is deprecated and fails when kitchen deprecations_as_errors: true Updating to use the correct property name: owner

https://github.com/afaundez/nodenv-cookbook/issues/18