From 1f9e0178ae255aab1001032ecbad7a68403f6da9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Mar 2016 17:33:03 -0300 Subject: Move storedconfig code to separate files, trying to avoid warnings on masterless setup --- manifests/client/base.pp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'manifests/client/base.pp') 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 } } -- cgit v1.2.3