Project

General

Profile

« Previous | Next » 

Revision d65ac13c

Added by Walden Raines almost 10 years ago

Fixes #7077, #7006: update puppet-pulp module.

View differences:

Puppetfile.lock
GIT
remote: https://github.com/Katello/puppet-pulp
ref: master
sha: df6e3f2f5daf75bc194afc9e11cbb2ce92aafce5
sha: 881859bcaaadfc2a42f5e9239be8569d20dc85de
specs:
katello-pulp (0.0.1)
modules/pulp/manifests/config.pp
path => '/bin:/usr/bin',
logoutput => 'on_failure',
user => 'apache',
require => File['/etc/pulp/server.conf'],
require => [Service[mongodb], Service[qpidd], File['/etc/pulp/server.conf']],
}
if $pulp::consumers_crl {
modules/pulp/manifests/init.pp
#
# $default_login:: Initial login; defaults to admin
#
# $default_password:: Initial password; defaults to admin
# $default_password:: Initial password; defaults to 32 character randomly generated password
#
# $repo_auth:: Boolean to determine whether repos managed by
# pulp will require authentication. Defaults
modules/pulp/manifests/params.pp
$qpid_ssl_cert_password_file = undef
$default_login = 'admin'
$default_password = 'admin'
$default_password = cache_data('pulp_password', random_password(32))
$repo_auth = true

Also available in: Unified diff