summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-11-09 17:09:30 +0100
committervarac <varacanero@zeromail.org>2015-11-09 17:09:30 +0100
commite46479a618042a15d5d7518da74853c29b48b36e (patch)
tree30f236bd3940e97d7f324f9e15b56532253feb52
parentc2fd1a769e81284cc004f0192d38d5635b5c85e5 (diff)
[bug] Fix typo for including sshkey class
-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
}
}
}