# File lib/puppet/provider/user/user_role_add.rb, line 55
55:     def command(cmd)
56:         if is_role? or (!exists? and @resource[:ensure] == :role)
57:             cmd = ("role_" + cmd.to_s).intern
58:         end
59:         super(cmd)
60:     end