Project

General

Profile

« Previous | Next » 

Revision b2a4400b

Added by Eric Helms over 10 years ago

Fixes documentation error to prevent Kafo from complaining about
undocumented parameters.

View differences:

manifests/init.pp
# $consumers_ca_cert:: The CA cert that the consumer will use to
# authenticate with the AMQP server.
#
# $consumers_ca_key:: The CA key that the consumer will use to authenticate
# with the AMQP server.
#
# $consumers_crl:: Certificate revocation list for consumers which
# are no valid (have had their client certs
# revoked)
......
# to false
#
# $reset_cache:: Boolean to flush the cache. Defaults to false
#
class pulp (
$oauth_key = $pulp::params::oauth_key,
$oauth_secret = $pulp::params::oauth_secret,

Also available in: Unified diff