OP#669 get rid of hy_show_stats as it does not make sense
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
# @param [String] hy_chroot where the chroot should be
|
||||
# @param [String] hy_pid the pid file to use.
|
||||
# @param [String] hy_maxconn how many connections should we max allow.
|
||||
# @param [Boolean] hy_show_stats whether we want to display the statistics page
|
||||
# @param [String] hy_stats_socket name and path of the stats socket
|
||||
# @param [String] hy_default_mode which mode to use in the defaults block
|
||||
# @param [String] hy_log_default should be used when the instance's logging
|
||||
@@ -81,7 +80,6 @@ class confdroid_haproxy::params (
|
||||
String $hy_chroot = '/var/lib/haproxy',
|
||||
String $hy_pid = '/var/run/haproxy.pid',
|
||||
String $hy_maxconn = '4000',
|
||||
Boolean $hy_show_stats = false,
|
||||
String $hy_stats_socket = '/var/lib/haproxy/stats',
|
||||
String $hy_default_mode = 'tcp',
|
||||
Boolean $hy_use_http_server_close = false,
|
||||
|
||||
Reference in New Issue
Block a user