recommit for updates in build 10
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
|
||||
<h2> No issue </h2>
|
||||
|
||||
|
||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/67ebcc2a6507cdd">67ebcc2a6507cdd</a> Jenkins ConfDroid <i>2018-12-10 15:58:41</i>
|
||||
<p>
|
||||
<h3>recommit for updates in build 9</h3>
|
||||
|
||||
</p>
|
||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/d4048ab4716bc91">d4048ab4716bc91</a> Arne Teuke <i>2018-12-10 15:57:53</i>
|
||||
<p>
|
||||
<h3>adds global section</h3>
|
||||
|
||||
</p>
|
||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6bed2aaed91dec8">6bed2aaed91dec8</a> Jenkins ConfDroid <i>2018-12-10 15:22:32</i>
|
||||
<p>
|
||||
<h3>recommit for updates in build 8</h3>
|
||||
|
||||
@@ -450,6 +450,24 @@ rsyslog forwarding supported.</p>
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>name and path of the stats socket</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>hy_default_mode</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>string</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'http'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>which mode to use in the defaults block</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -464,7 +482,6 @@ rsyslog forwarding supported.</p>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
48
|
||||
49
|
||||
50
|
||||
51
|
||||
@@ -511,10 +528,12 @@ rsyslog forwarding supported.</p>
|
||||
92
|
||||
93
|
||||
94
|
||||
95</pre>
|
||||
95
|
||||
96
|
||||
97</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 48</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 49</span>
|
||||
|
||||
class cd_haproxy::params (
|
||||
|
||||
@@ -530,6 +549,12 @@ $hy_fw_order_no = '50',
|
||||
# main config
|
||||
$hy_http_port = '80',
|
||||
$hy_https_port = '443',
|
||||
$hy_chroot = '/var/lib/haproxy',
|
||||
$hy_pid = '/var/run/haproxy.pid',
|
||||
$hy_maxconn = '4000',
|
||||
$hy_show_stats = true,
|
||||
$hy_stats_socket = '/var/lib/haproxy/stats',
|
||||
$hy_default_mode = 'http',
|
||||
|
||||
# user
|
||||
$hy_user_name = 'haproxy',
|
||||
@@ -540,11 +565,6 @@ $hy_user_shell = '/sbin/nologin',
|
||||
# logging
|
||||
$hy_log_target = '127.0.0.1',
|
||||
$hy_log_facility = 'local2',
|
||||
$hy_chroot = '/var/lib/haproxy',
|
||||
$hy_pid = '/var/run/haproxy.pid',
|
||||
$hy_maxconn = '4000',
|
||||
$hy_show_stats = true,
|
||||
$hy_stats_socket = '/var/lib/haproxy/stats',
|
||||
|
||||
) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user