Page MenuHomeSoftware Heritage

knownhosts.pp
No OneTemporary

knownhosts.pp

class ssh::knownhosts(
Boolean $collect_enabled = $ssh::params::collect_enabled,
Optional[String] $storeconfigs_group = undef,
) inherits ssh::params {
if ($collect_enabled) {
if $storeconfigs_group {
Sshkey <<| tag == "hostkey_${storeconfigs_group}" |>>
} else {
Sshkey <<| |>>
}
}
}

File Metadata

Mime Type
text/plain
Expires
Jun 4 2025, 7:27 PM (9 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3308653

Event Timeline