Project

General

Profile

« Previous | Next » 

Revision b16f8e1e

Added by Ivan Necas about 10 years ago

Refs #5423 - fix path to the node certificate

View differences:

manifests/params.pp
$katello_activation_key = undef
$messaging_client_cert = "${pki_dir}/qpid_client_striped.crt"
$nodes_cert_dir = "${pki_dir}/nodes"
$nodes_cert_name = 'node.crt'
# Pulp expects the node certificate to be located on this very location
$nodes_cert_dir = '/etc/pki/pulp/nodes'
$nodes_cert_name = 'node.crt'
}

Also available in: Unified diff