Project

General

Profile

« Previous | Next » 

Revision 5b1e2e4b

Added by Sean O'Keeffe almost 7 years ago

Fixes #19956 Add ssl_disabled_ciphers dynflow_core

View differences:

manifests/plugin/dynflow/params.pp
# Default parameters for the Dynflow smart proxy plugin
class foreman_proxy::plugin::dynflow::params {
$enabled = true
$listen_on = 'https'
$database_path = '/var/lib/foreman-proxy/dynflow/dynflow.sqlite'
$console_auth = true
$core_listen = '0.0.0.0'
$core_port = 8008
$enabled = true
$listen_on = 'https'
$database_path = '/var/lib/foreman-proxy/dynflow/dynflow.sqlite'
$console_auth = true
$core_listen = '0.0.0.0'
$core_port = 8008
$ssl_disabled_ciphers = undef
}

Also available in: Unified diff