# File lib/puppet/provider/user/user_role_add.rb, line 75
75:     def transition(type)
76:         cmd = [command(:modify)]
77:         cmd << "-K" << "type=#{type}"
78:         cmd += add_properties
79:         cmd << @resource[:name]
80:     end