Project

General

Profile

« Previous | Next » 

Revision 866f25c3

Added by Justin Sherrill almost 10 years ago

fixes #7108 - if using pulp at all, override both pulp and pulpnode settings

View differences:

modules/capsule/manifests/init.pp
validate_present($capsule::parent_fqdn)
if $pulp_master {
if $pulp_master or $pulp {
foreman_proxy::settings_file { 'pulp':
template_path => 'capsule/pulp.yml'
}
}
if $pulp {
foreman_proxy::settings_file { 'pulpnode':
template_path => 'capsule/pulpnode.yml'
}
}
if $pulp {
validate_pulp($pulp)
validate_present($pulp_oauth_secret)
}

Also available in: Unified diff