Project

General

Profile

Download (471 Bytes) Statistics
| Branch: | Tag: | Revision:
# Pulp Node Certs
class certs::pulp_child (
$hostname = $::certs::node_fqdn,
$generate = $::certs::generate,
$regenerate = $::certs::regenerate,
$deploy = $::certs::deploy,
$ca = $::certs::default_ca
) {

if $deploy {
pubkey { $pulp::consumers_ca_cert:
cert => $ca,
} ~>

pubkey { $pulp::ssl_ca_cert:
# Defined in certs::apache module
cert => Cert["${::certs::pulp_child::hostname}-ssl"],
}
}
}
(9-9/14)