This commit is contained in:
Antoine Beaupre 2008-12-06 18:39:53 -05:00
parent fa072188dc
commit 992e6e0f07

View file

@ -211,12 +211,12 @@ class sshd::base {
notify => Service[sshd],
}
# Now add the key, if we've got one
case $sshrsakey_key {
case $sshrsakey {
'': { info("no sshrsakey on $fqdn") }
default: {
@@sshkey{"$hostname.$domain":
type => ssh-rsa,
key => $sshrsakey_key,
key => $sshrsakey,
ensure => present,
}
}