Project

General

Profile

« Previous | Next » 

Revision 82a6789b

Added by Dominic Cleal almost 10 years ago

Ensure foreman_proxy::service is refreshed after SSL certs change

View differences:

manifests/config.pp
# Ensure SSL certs from the puppetmaster are available
# Relationship is duplicated there as defined() is parse-order dependent
if $foreman_proxy::ssl and defined(Class['puppet::server::config']) {
Class['puppet::server::config'] -> Class['foreman_proxy::config']
Class['puppet::server::config'] ~> Class['foreman_proxy::config', 'foreman_proxy::service']
}
if $foreman_proxy::puppetca { include foreman_proxy::puppetca }

Also available in: Unified diff