recommit for updates in build 11

This commit is contained in:
Jenkins ConfDroid
2018-12-19 16:08:40 +01:00
parent 9f69103a4d
commit dde6c78663
3 changed files with 94 additions and 10 deletions

View File

@@ -468,6 +468,63 @@ rsyslog forwarding supported.</p>
&mdash;
<div class='inline'>
<p>which mode to use in the defaults block</p>
</div>
</li>
<li>
<span class='name'>hy_log_default</span>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&#39;global&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>should be used when the instance&#39;s logging parameters are the same as
the global ones.</p>
</div>
</li>
<li>
<span class='name'>hy_use_httplog</span>
<span class='type'>(<tt>boolean</tt>)</span>
<em class="default">(defaults to: <tt>true</tt>)</em>
&mdash;
<div class='inline'>
<p>whether to use httplogging option. Enable logging of HTTP request, session
state and timers</p>
</div>
</li>
<li>
<span class='name'>hy_use_dontlognull</span>
<span class='type'>(<tt>boolean</tt>)</span>
<em class="default">(defaults to: <tt>true</tt>)</em>
&mdash;
<div class='inline'>
<p>Whether to enable or disable dontlognull option. true enables, false
disables.</p>
</div>
</li>
@@ -475,6 +532,13 @@ rsyslog forwarding supported.</p>
</ul>
<p class="tag_title">See Also:</p>
<ul class="see">
<li><a href="https://cbonte.github.io/haproxy-dconv/1.5/configuration.html" target="_parent" title="https://cbonte.github.io/haproxy-dconv/1.5/configuration.html">https://cbonte.github.io/haproxy-dconv/1.5/configuration.html</a></li>
</ul>
</div><div class="method_details_list">
<table class="source_code">
<tr>
@@ -482,13 +546,6 @@ rsyslog forwarding supported.</p>
<pre class="lines">
49
50
51
52
53
54
55
56
57
58
@@ -530,10 +587,20 @@ rsyslog forwarding supported.</p>
94
95
96
97</pre>
97
98
99
100
101
102
103
104
105
106
107</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 49</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 56</span>
class cd_haproxy::params (
@@ -565,6 +632,9 @@ $hy_user_shell = &#39;/sbin/nologin&#39;,
# logging
$hy_log_target = &#39;127.0.0.1&#39;,
$hy_log_facility = &#39;local2&#39;,
$hy_log_default = &#39;global&#39;,
$hy_use_httplog = true,
$hy_use_dontlognull = true,
) {

View File

@@ -117,7 +117,9 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
24
25
26
27</pre>
27
28
29</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 23</span>
@@ -126,6 +128,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<span class='rparen'>)</span> <span class='lbrace'>{</span>
<span class='rbrace'>}</span></pre>
</td>
</tr>