Project

General

Profile

« Previous | Next » 

Revision 9902c75d

Added by Ivan Necas about 10 years ago

Refs #5423 - deploy apache certificates for the Pulp child node

View differences:

manifests/pulp_child.pp
} ~>
pubkey { $pulp::ssl_ca_cert:
key_pair => $ca
}
pubkey { $pulp::child::ssl_cert:
# Defined in certs::apache module
key_pair => Cert["${hostname}-apache"],
}
privkey { $pulp::child::ssl_key:
# Defined in certs::apache module
key_pair => Cert["${hostname}-apache"],
}

Also available in: Unified diff