From: varac Date: Mon, 9 Nov 2015 16:09:30 +0000 (+0100) Subject: [bug] Fix typo for including sshkey class X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e46479a618042a15d5d7518da74853c29b48b36e;p=puppet-sshd.git [bug] Fix typo for including sshkey class --- 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 } } }