recommit for updates in build 8
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
|
|||||||
<h2> No issue </h2>
|
<h2> No issue </h2>
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/f0380992ba53b31">f0380992ba53b31</a> Jenkins ConfDroid <i>2018-12-10 15:10:37</i>
|
||||||
|
<p>
|
||||||
|
<h3>recommit for updates in build 7</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/5dbc4aa1ae0f6b9">5dbc4aa1ae0f6b9</a> Arne Teuke <i>2018-12-10 15:09:52</i>
|
||||||
|
<p>
|
||||||
|
<h3>fixes user settings</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6d7fabe07d541f4">6d7fabe07d541f4</a> Jenkins ConfDroid <i>2018-12-10 14:58:34</i>
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/6d7fabe07d541f4">6d7fabe07d541f4</a> Jenkins ConfDroid <i>2018-12-10 14:58:34</i>
|
||||||
<p>
|
<p>
|
||||||
<h3>recommit for updates in build 6</h3>
|
<h3>recommit for updates in build 6</h3>
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ class cd_haproxy::main::files (
|
|||||||
# create the header
|
# create the header
|
||||||
concat::fragment { 'header':
|
concat::fragment { 'header':
|
||||||
target => $hy_main_config,
|
target => $hy_main_config,
|
||||||
content => $hy_config_head_erb,
|
content => template($hy_config_head_erb),
|
||||||
order => '001',
|
order => '001',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -260,12 +260,17 @@ fqdns via array.</p>
|
|||||||
<span class='name'>hy_user_name</span>
|
<span class='name'>hy_user_name</span>
|
||||||
|
|
||||||
|
|
||||||
<span class='type'>(<tt>Any</tt>)</span>
|
<span class='type'>(<tt>string</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>'haproxy'</tt>)</em>
|
<em class="default">(defaults to: <tt>'haproxy'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>the name of the haproxy service user.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
@@ -273,12 +278,35 @@ fqdns via array.</p>
|
|||||||
<span class='name'>hy_user_comment</span>
|
<span class='name'>hy_user_comment</span>
|
||||||
|
|
||||||
|
|
||||||
<span class='type'>(<tt>Any</tt>)</span>
|
<span class='type'>(<tt>string</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>'haproxy user'</tt>)</em>
|
<em class="default">(defaults to: <tt>'haproxy user'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>the comment of the haproxy user, shows up in emails sent from haproxy.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>hy_user_shell</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>string</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>'/sbin/nologin'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>the shell for the haproxy user.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
@@ -294,19 +322,6 @@ fqdns via array.</p>
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
|
||||||
|
|
||||||
<span class='name'>hy_user_shell</span>
|
|
||||||
|
|
||||||
|
|
||||||
<span class='type'>(<tt>Any</tt>)</span>
|
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>'/sbin/nologin'</tt>)</em>
|
|
||||||
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
@@ -317,10 +332,6 @@ fqdns via array.</p>
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
35
|
|
||||||
36
|
|
||||||
37
|
|
||||||
38
|
|
||||||
39
|
39
|
||||||
40
|
40
|
||||||
41
|
41
|
||||||
@@ -355,10 +366,14 @@ fqdns via array.</p>
|
|||||||
70
|
70
|
||||||
71
|
71
|
||||||
72
|
72
|
||||||
73</pre>
|
73
|
||||||
|
74
|
||||||
|
75
|
||||||
|
76
|
||||||
|
77</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 35</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 39</span>
|
||||||
|
|
||||||
class cd_haproxy::params (
|
class cd_haproxy::params (
|
||||||
|
|
||||||
@@ -391,7 +406,7 @@ $hy_main_dir = '/etc/haproxy'
|
|||||||
|
|
||||||
# files
|
# files
|
||||||
$hy_main_config = "${hy_main_dir}/haproxy.cfg"
|
$hy_main_config = "${hy_main_dir}/haproxy.cfg"
|
||||||
$hy_config_head_erb = 'cd_puppet/haproxy_head.erb'
|
$hy_config_head_erb = 'cd_haproxy/haproxy_head.erb'
|
||||||
|
|
||||||
|
|
||||||
# includes must be last
|
# includes must be last
|
||||||
|
|||||||
Reference in New Issue
Block a user