# File lib/puppet/provider/user/user_role_add.rb, line 62
62:   def is_role?
63:     user_attributes and user_attributes[:type] == "role"
64:   end