Project

General

Profile

« Previous | Next » 

Revision 5f2f0557

Added by Ivan Necas about 10 years ago

Refs #5423 - fix certs generation for capsule usage

Also, disable setting of katello repo for the certs till we support
package uploads again.

View differences:

manifests/pulp_child.pp
if $deploy {
pubkey { $pulp::consumers_ca_cert:
cert => $ca,
key_pair => $ca,
} ~>
pubkey { $pulp::ssl_ca_cert:
# Defined in certs::apache module
cert => Cert["${::certs::pulp_child::hostname}-ssl"],
key_pair => Cert["${hostname}-apache"],
}
}
}

Also available in: Unified diff