recommit for updates in build 24

This commit is contained in:
Jenkins ConfDroid
2018-12-30 15:29:49 +01:00
parent d641c88bd1
commit eb4cb755c0
3 changed files with 14 additions and 4 deletions

View File

@@ -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/c58c8aa1d5f9966">c58c8aa1d5f9966</a> Jenkins ConfDroid <i>2019-12-30 14:19:18</i>
<p>
<h3>recommit for updates in build 23</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/a4528a811e5750b">a4528a811e5750b</a> Arne Teuke <i>2019-12-30 14:18:37</i>
<p>
<h3>adds service control and updates README</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/97cd990da7b1209">97cd990da7b1209</a> Jenkins ConfDroid <i>2019-12-30 14:03:25</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/97cd990da7b1209">97cd990da7b1209</a> Jenkins ConfDroid <i>2019-12-30 14:03:25</i>
<p> <p>
<h3>recommit for updates in build 22</h3> <h3>recommit for updates in build 22</h3>

View File

@@ -154,7 +154,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
58 58
59 59
60 60
61</pre> 61
62</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 23</span> <pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 23</span>
@@ -176,6 +177,7 @@ class cd_haproxy::main::files (
selrole =&gt; object_r, selrole =&gt; object_r,
seltype =&gt; etc_t, seltype =&gt; etc_t,
seluser =&gt; system_u, seluser =&gt; system_u,
notify =&gt; $hy_service,
} }
# create the header # create the header

View File

@@ -131,8 +131,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
35 35
36 36
37 37
38 38</pre>
39</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/server/service.pp', line 23</span> <pre class="code"><span class="info file"># File 'manifests/server/service.pp', line 23</span>
@@ -150,7 +149,6 @@ class cd_haproxy::server::service (
hasstatus =&gt; true, hasstatus =&gt; true,
hasrestart =&gt; true, hasrestart =&gt; true,
enable =&gt; true, enable =&gt; true,
subscribe =&gt; $hy_main_config,
} }
} }
}</pre> }</pre>