# File lib/puppet/provider/user/user_role_add.rb, line 129
129:   def keys
130:     if user_attributes
131:       #we have to get rid of all the keys we are managing another way
132:       remove_managed_attributes
133:     end
134:   end