[bug] Fix typo for including sshkey class

This commit is contained in:
varac 2015-11-09 17:09:30 +01:00
parent c2fd1a769e
commit e46479a618

View file

@ -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
}
}
}