aboutsummaryrefslogtreecommitdiff
path: root/manifests/client/storedconfigs.pp
blob: 59dcebca35e7ebe2f7f79ea255154d13e739f389 (plain)
1
2
3
4
5
6
class sshd::client::storedconfigs {
  case $sshd::client::shared_ip {
    no:  { Sshkey <<||>> }
    yes: { Sshkey <<| tag == fqdn |>> }
  }
}