# File lib/puppet/provider/user/user_role_add.rb, line 139
139:     def keys
140:         if user_attributes
141:             #we have to get rid of all the keys we are managing another way
142:             remove_managed_attributes
143:         end
144:     end