]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
[bug] Fix typo for including sshkey class
authorvarac <varacanero@zeromail.org>
Mon, 9 Nov 2015 16:09:30 +0000 (17:09 +0100)
committervarac <varacanero@zeromail.org>
Mon, 9 Nov 2015 16:09:30 +0000 (17:09 +0100)
manifests/base.pp

index abd4fb88f797f9692a4af0ad1ad3d5f845ab5f1b..dda9f26c374e6e055d89b21491198fe6652bc2b4 100644 (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
       }
     }
   }