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