Project

General

Profile

« Previous | Next » 

Revision 79bb7026

Added by Ivan Necas about 10 years ago

Refs #5815 - generate certs for node qpid

View differences:

manifests/capsule.pp
class { 'certs::foreman': hostname => $capsule_fqdn }
class { 'certs::foreman_proxy': hostname => $capsule_fqdn }
class { 'certs::apache': hostname => $capsule_fqdn }
class { 'certs::qpid': hostname => $capsule_fqdn }
class { 'certs::pulp_child': hostname => $capsule_fqdn }
class { 'certs::pulp_parent':
hostname => $parent_fqdn,
......
subscribe => [Class['certs::puppet'],
Class['certs::foreman'],
Class['certs::foreman_proxy'],
Class['certs::qpid'],
Class['certs::apache'],
Class['certs::pulp_child']]
}

Also available in: Unified diff