You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In user_management.rb, all resources related to a particular user are named with the username. This triggers a bunch of CHEF-3694 warnings about resources being cloned.
I'm happy to work up a PR to name each resource uniquely (something like "add-USER", "set-tags-USER", etc.) but wanted to check to see if that's something you'd consider accepting before doing so.
Thanks!
The text was updated successfully, but these errors were encountered:
In
user_management.rb
, all resources related to a particular user are named with the username. This triggers a bunch of CHEF-3694 warnings about resources being cloned.I'm happy to work up a PR to name each resource uniquely (something like "add-USER", "set-tags-USER", etc.) but wanted to check to see if that's something you'd consider accepting before doing so.
Thanks!
The text was updated successfully, but these errors were encountered: