[bug] Fix typo for including sshkey class
This commit is contained in:
parent
c2fd1a769e
commit
e46479a618
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class sshd::base {
|
|||
default: {
|
||||
# only export sshkey when storedconfigs is enabled
|
||||
if $::sshd::use_storedconfigs {
|
||||
include ::ssh::sshkey
|
||||
include ::sshd::sshkey
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue