$password = '*',
$comment = '',
$sshkey = absent,
+ $sshkey_type = absent,
$sshkey_options = [],
$groups = '',
$shell = '/bin/false',
ticket => $ticket,
groups => $groups,
sshkey => $sshkey,
+ sshkey_type => $sshkey_type,
sshkey_options => $sshkey_options,
shell => $shell,
}
$password = '*',
$comment = '',
$sshkey = absent,
+ $sshkey_type = absent,
$sshkey_options = [],
$groups = '',
$shell = '/bin/false',
ticket => $ticket,
groups => $groups,
sshkey => $sshkey,
+ sshkey_type => $sshkey_type,
sshkey_options => $sshkey_options,
shell => $shell,
ensure => present,