diff options
Diffstat (limited to 'manifests/client/base.pp')
-rw-r--r-- | manifests/client/base.pp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/manifests/client/base.pp b/manifests/client/base.pp index 4091daf..47e2c8a 100644 --- a/manifests/client/base.pp +++ b/manifests/client/base.pp @@ -9,9 +9,6 @@ class sshd::client::base { # Now collect all server keys if $::sshd::use_storedconfigs { - case $sshd::client::shared_ip { - no: { Sshkey <<||>> } - yes: { Sshkey <<| tag == fqdn |>> } - } + include sshd::client::storedconfigs } } |