Using sshrsakey instead of sshrsakey_key
This commit is contained in:
parent
1fd1d896a0
commit
400476ebc7
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue