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