Project

General

Profile

« Previous | Next » 

Revision ec33c155

Added by Dominic Cleal over 8 years ago

Add log_buffer, log_buffer_errors parameters

closes GH-214

View differences:

manifests/params.pp
$version = 'present'
$plugin_version = 'installed'
# variables
# Enable listening on http
$bind_host = '*'
$port = undef # deprecated in favor of $ssl_port/$http_port
$log = '/var/log/foreman-proxy/proxy.log'
$log_level = 'ERROR'
# Enable listening on http
$http = false
$http_port = '8000'
# Logging settings
$log = '/var/log/foreman-proxy/proxy.log'
$log_level = 'ERROR'
$log_buffer = 2000
$log_buffer_errors = 1000
# Enable SSL, ensure proxy is added with "https://" protocol if true
$ssl = true
$ssl_port = '8443'

Also available in: Unified diff