diff options
Diffstat (limited to 'manifests/client/storedconfigs.pp')
-rw-r--r-- | manifests/client/storedconfigs.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/client/storedconfigs.pp b/manifests/client/storedconfigs.pp new file mode 100644 index 0000000..59dcebc --- /dev/null +++ b/manifests/client/storedconfigs.pp @@ -0,0 +1,6 @@ +class sshd::client::storedconfigs { + case $sshd::client::shared_ip { + no: { Sshkey <<||>> } + yes: { Sshkey <<| tag == fqdn |>> } + } +} |