ssh_authorized_key {"$name@puppet":
ensure => $ensure,
options => $sshauthoptions,
key => $sshauthkey ? {
true => ("$sshauthkeyroot/$name.pub.erb"),
default => $sshauthkey,
},
target => "$homeroot/$name/.ssh/authorized_keys",
type => $sshauthtype,
