From e46479a618042a15d5d7518da74853c29b48b36e Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 9 Nov 2015 17:09:30 +0100 Subject: [bug] Fix typo for including sshkey class --- manifests/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } } -- cgit v1.2.3