Project

General

Profile

« Previous | Next » 

Revision 45e7e8a3

Added by Eric Helms over 10 years ago

Applying Puppet lint.

View differences:

manifests/params.pp
# Pulp Master Params
class pulp::params {
$oauth_key = 'pulp'
......
$messaging_url = 'tcp://localhost:5672'
$consumers_ca_cert = '/etc/pki/tls/certs/localhost.crt'
$consumers_ca_key = '/etc/pki/tls/private/localhost.key'
$consumers_ca_cert = '/etc/pki/pulp/ca.crt'
$consumers_ca_key = '/etc/pki/pulp/ca.key'
$ssl_ca_cert = '/etc/pki/tls/certs/localhost.crt'
$default_login = 'admin'
$default_password = 'admin'
$ssl_certificate_file = "/etc/candlepin/certs/candlepin-ca.crt"
$ssl_certificate_key_file = "/etc/candlepin/certs/candlepin-ca.key"
$ssl_certificate_file = '/etc/candlepin/certs/candlepin-ca.crt'
$ssl_certificate_key_file = '/etc/candlepin/certs/candlepin-ca.key'
$ssl_certificate_ca_file = $ssl_certificate_file
$repo_auth = true

Also available in: Unified diff