Project

General

Profile

« Previous | Next » 

Revision 3085e0ba

Added by Ivan Necas over 10 years ago

Extract katello specific certs confgis to katello::certs

View differences:

manifests/init.pp
require => Class['katello::install'],
}
class{ 'katello::install': } ->
class{ 'katello::config::files': } ~>
class{ 'certs':
log_dir => $katello::log_dir
} ~>
class{ 'candlepin':
class { '::certs': generate => true, deploy => true }
class { 'apache::certs': } ->
class { 'katello::install': } ->
class { 'katello::ktcerts': } -> # TODO: don't include certs class directly from here and renamd ktcerts to certs later
class { 'katello::config::files': }
class { 'candlepin':
user_groups => $katello::user_groups,
oauth_key => $katello::oauth_key,
oauth_secret => $katello::oauth_secret,

Also available in: Unified diff