# File lib/puppet/provider/user/user_role_add.rb, line 112 112: def auths 113: if user_attributes 114: user_attributes[:auths] 115: end 116: end