Project

General

Profile

« Previous | Next » 

Revision a0a7e383

Added by Dominic Cleal over 7 years ago

Add realm_split_config_files parameter for 1.15 compatibility

1.15 user should enable realm_split_config_files to create new
realm_freeipa.yml config file and different realm.yml format.

View differences:

manifests/config.pp
enabled => $::foreman_proxy::realm,
listen_on => $::foreman_proxy::realm_listen_on,
}
if $::foreman_proxy::realm_split_config_files {
foreman_proxy::settings_file { 'realm_freeipa':
module => false,
}
}
foreman_proxy::settings_file { 'tftp':
enabled => $::foreman_proxy::tftp,
listen_on => $::foreman_proxy::tftp_listen_on,

Also available in: Unified diff