summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index abd4fb8..dda9f26 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -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
}
}
}