Using sshrsakey instead of sshrsakey_key

This commit is contained in:
Silvio Rhatto 2009-12-27 15:33:35 -02:00
parent 1fd1d896a0
commit 400476ebc7

View file

@ -10,13 +10,13 @@ class sshd::base {
}
# Now add the key, if we've got one
case $sshrsakey_key {
case $sshrsakey {
'': { info("no sshrsakey on $fqdn") }
default: {
@@sshkey{"$hostname.$domain":
tag => "fqdn",
type => ssh-rsa,
key => $sshrsakey_key,
key => $sshrsakey,
ensure => present,
}
# In case the node has an internal network address,