recommit for updates in build 11
This commit is contained in:
@@ -468,6 +468,63 @@ rsyslog forwarding supported.</p>
|
||||
—
|
||||
<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>'global'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>should be used when the instance'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>
|
||||
|
||||
|
||||
—
|
||||
<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>
|
||||
|
||||
|
||||
—
|
||||
<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 = '/sbin/nologin',
|
||||
# logging
|
||||
$hy_log_target = '127.0.0.1',
|
||||
$hy_log_facility = 'local2',
|
||||
$hy_log_default = 'global',
|
||||
$hy_use_httplog = true,
|
||||
$hy_use_dontlognull = true,
|
||||
|
||||
) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user