recommit for updates in build 121

This commit is contained in:
Jenkins ConfDroid
2021-12-29 14:54:38 +01:00
parent 445cb4e776
commit 1e75f3ab90
20 changed files with 115 additions and 76 deletions

View File

@@ -6,15 +6,15 @@
<title>
File: README
&mdash; Documentation by YARD 0.9.16
&mdash; Documentation by YARD 0.9.26
</title>
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/common.css" type="text/css" />
<script type="text/javascript" charset="utf-8">
<script type="text/javascript">
pathId = "";
relpath = '';
</script>
@@ -138,7 +138,8 @@ managing file fragments</p>
<pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; {
include cd_haproxy
}</code></pre>
}
</code></pre>
<ul><li>
<p>through Foreman:</p>
</li></ul>
@@ -170,7 +171,8 @@ addresses the define, like so:</p>
acl_rule =&gt; [&#39;too_fast fe_sess_rate ge 10&#39;,
&#39;network_allowed src 0.0.0.0/0&#39;],
backend_name =&gt; &#39;test01-backend&#39;,
}</code></pre>
}
</code></pre>
<p>This allows the puppet module to create the sections in the configuration
file as required. The haproxy service will be restarted after the changes