Puppet Class: tlsinfo
- Defined in:
- manifests/init.pp
Summary
A short summary of the purpose of this classOverview
A description of what this class does
20 21 22 23 24 25 26 27 28 29 |
# File 'manifests/init.pp', line 20
class tlsinfo (
Optional[Stdlib::Unixpath]
$certbase,
Optional[Stdlib::Unixpath]
$keybase,
Optional[String]
$cfssl_version,
){
include tlsinfo::params
}
|