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

@@ -4,15 +4,15 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> <title>
Documentation by YARD 0.9.16 Documentation by YARD 0.9.26
</title> </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 = null; pathId = null;
relpath = ''; relpath = '';
</script> </script>
@@ -52,7 +52,7 @@
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div id="content"><h1 class="noborder title">Documentation by YARD 0.9.16</h1> <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.26</h1>
<div id="listing"> <div id="listing">
<h1 class="alphaindex">Alphabetic Index</h1> <h1 class="alphaindex">Alphabetic Index</h1>
@@ -126,6 +126,7 @@
</table> </table>
<h2>Defined Type Listing A-Z</h2> <h2>Defined Type Listing A-Z</h2>

View File

@@ -52,6 +52,7 @@ body {
background: #fff; background: #fff;
padding: 1.2em; padding: 1.2em;
padding-top: 0.2em; padding-top: 0.2em;
box-sizing: border-box;
} }
@media (max-width: 920px) { @media (max-width: 920px) {
@@ -422,8 +423,8 @@ li.r2 { background: #fafafa; }
#toc ol { padding-left: 1.8em; } #toc ol { padding-left: 1.8em; }
#toc li { font-size: 1.1em; line-height: 1.7em; } #toc li { font-size: 1.1em; line-height: 1.7em; }
#toc > ol > li { font-size: 1.1em; font-weight: bold; } #toc > ol > li { font-size: 1.1em; font-weight: bold; }
#toc ol > ol { font-size: 0.9em; } #toc ol > li > ol { font-size: 0.9em; }
#toc ol ol > ol { padding-left: 2.3em; } #toc ol ol > li > ol { padding-left: 2.3em; }
#toc ol + li { margin-top: 0.3em; } #toc ol + li { margin-top: 0.3em; }
#toc.hidden { padding: 10px; background: #fefefe; box-shadow: none; } #toc.hidden { padding: 10px; background: #fefefe; box-shadow: none; }
#toc.hidden:hover { background: #fafafa; } #toc.hidden:hover { background: #fafafa; }

View File

@@ -6,15 +6,15 @@
<title> <title>
File: README File: README
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = ""; pathId = "";
relpath = ''; relpath = '';
</script> </script>
@@ -138,7 +138,8 @@ managing file fragments</p>
<pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; { <pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; {
include cd_haproxy include cd_haproxy
}</code></pre> }
</code></pre>
<ul><li> <ul><li>
<p>through Foreman:</p> <p>through Foreman:</p>
</li></ul> </li></ul>
@@ -170,7 +171,8 @@ addresses the define, like so:</p>
acl_rule =&gt; [&#39;too_fast fe_sess_rate ge 10&#39;, acl_rule =&gt; [&#39;too_fast fe_sess_rate ge 10&#39;,
&#39;network_allowed src 0.0.0.0/0&#39;], &#39;network_allowed src 0.0.0.0/0&#39;],
backend_name =&gt; &#39;test01-backend&#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 <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 file as required. The haproxy service will be restarted after the changes

View File

@@ -2,9 +2,9 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Documentation by YARD 0.9.16</title> <title>Documentation by YARD 0.9.26</title>
</head> </head>
<script type="text/javascript" charset="utf-8"> <script type="text/javascript">
var match = unescape(window.location.hash).match(/^#!(.+)/); var match = unescape(window.location.hash).match(/^#!(.+)/);
var name = match ? match[1] : 'index.html'; var name = match ? match[1] : 'index.html';
name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, ''); name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');

View File

@@ -6,15 +6,15 @@
<title> <title>
File: README File: README
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = ""; pathId = "";
relpath = ''; relpath = '';
</script> </script>
@@ -138,7 +138,8 @@ managing file fragments</p>
<pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; { <pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; {
include cd_haproxy include cd_haproxy
}</code></pre> }
</code></pre>
<ul><li> <ul><li>
<p>through Foreman:</p> <p>through Foreman:</p>
</li></ul> </li></ul>
@@ -170,7 +171,8 @@ addresses the define, like so:</p>
acl_rule =&gt; [&#39;too_fast fe_sess_rate ge 10&#39;, acl_rule =&gt; [&#39;too_fast fe_sess_rate ge 10&#39;,
&#39;network_allowed src 0.0.0.0/0&#39;], &#39;network_allowed src 0.0.0.0/0&#39;],
backend_name =&gt; &#39;test01-backend&#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 <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 file as required. The haproxy service will be restarted after the changes

View File

@@ -171,6 +171,7 @@ function generateTOC() {
var counter = 0; var counter = 0;
var tags = ['h2', 'h3', 'h4', 'h5', 'h6']; var tags = ['h2', 'h3', 'h4', 'h5', 'h6'];
var i; var i;
var curli;
if ($('#filecontents h1').length > 1) tags.unshift('h1'); if ($('#filecontents h1').length > 1) tags.unshift('h1');
for (i = 0; i < tags.length; i++) { tags[i] = '#filecontents ' + tags[i]; } for (i = 0; i < tags.length; i++) { tags[i] = '#filecontents ' + tags[i]; }
var lastTag = parseInt(tags[0][1], 10); var lastTag = parseInt(tags[0][1], 10);
@@ -190,15 +191,25 @@ function generateTOC() {
} }
if (thisTag > lastTag) { if (thisTag > lastTag) {
for (i = 0; i < thisTag - lastTag; i++) { for (i = 0; i < thisTag - lastTag; i++) {
var tmp = $('<ol/>'); toc.append(tmp); toc = tmp; if ( typeof(curli) == "undefined" ) {
curli = $('<li/>');
toc.append(curli);
}
toc = $('<ol/>');
curli.append(toc);
curli = undefined;
} }
} }
if (thisTag < lastTag) { if (thisTag < lastTag) {
for (i = 0; i < lastTag - thisTag; i++) toc = toc.parent(); for (i = 0; i < lastTag - thisTag; i++) {
toc = toc.parent();
toc = toc.parent();
}
} }
var title = $(this).attr('toc-title'); var title = $(this).attr('toc-title');
if (typeof(title) == "undefined") title = $(this).text(); if (typeof(title) == "undefined") title = $(this).text();
toc.append('<li><a href="#' + this.id + '">' + title + '</a></li>'); curli =$('<li><a href="#' + this.id + '">' + title + '</a></li>');
toc.append(curli);
lastTag = thisTag; lastTag = thisTag;
}); });
if (!show) return; if (!show) return;
@@ -275,6 +286,16 @@ function mainFocus() {
setTimeout(function() { $('#main').focus(); }, 10); setTimeout(function() { $('#main').focus(); }, 10);
} }
function navigationChange() {
// This works around the broken anchor navigation with the YARD template.
window.onpopstate = function() {
var hash = window.location.hash;
if (hash !== '' && $(hash)[0]) {
$(hash)[0].scrollIntoView();
}
};
}
$(document).ready(function() { $(document).ready(function() {
navResizer(); navResizer();
navExpander(); navExpander();
@@ -287,6 +308,7 @@ $(document).ready(function() {
constantSummaryToggle(); constantSummaryToggle();
generateTOC(); generateTOC();
mainFocus(); mainFocus();
navigationChange();
}); });
})(); })();

View File

@@ -4,9 +4,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />

View File

@@ -6,15 +6,15 @@
<title> <title>
Puppet Class: cd_haproxy Puppet Class: cd_haproxy
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = "puppet_classes::cd_haproxy"; pathId = "puppet_classes::cd_haproxy";
relpath = '../'; relpath = '../';
</script> </script>
@@ -104,6 +104,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<div class="tags"> <div class="tags">
</div><div class="method_details_list"> </div><div class="method_details_list">
<table class="source_code"> <table class="source_code">
<tr> <tr>

View File

@@ -6,15 +6,15 @@
<title> <title>
Puppet Class: cd_haproxy::firewall::iptables Puppet Class: cd_haproxy::firewall::iptables
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = "puppet_classes::cd_haproxy::firewall::iptables"; pathId = "puppet_classes::cd_haproxy::firewall::iptables";
relpath = '../'; relpath = '../';
</script> </script>
@@ -109,6 +109,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<div class="tags"> <div class="tags">
</div><div class="method_details_list"> </div><div class="method_details_list">
<table class="source_code"> <table class="source_code">
<tr> <tr>

View File

@@ -6,15 +6,15 @@
<title> <title>
Puppet Class: cd_haproxy::main::config Puppet Class: cd_haproxy::main::config
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = "puppet_classes::cd_haproxy::main::config"; pathId = "puppet_classes::cd_haproxy::main::config";
relpath = '../'; relpath = '../';
</script> </script>
@@ -110,6 +110,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<div class="tags"> <div class="tags">
</div><div class="method_details_list"> </div><div class="method_details_list">
<table class="source_code"> <table class="source_code">
<tr> <tr>

View File

@@ -6,15 +6,15 @@
<title> <title>
Puppet Class: cd_haproxy::main::dirs Puppet Class: cd_haproxy::main::dirs
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = "puppet_classes::cd_haproxy::main::dirs"; pathId = "puppet_classes::cd_haproxy::main::dirs";
relpath = '../'; relpath = '../';
</script> </script>
@@ -109,6 +109,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<div class="tags"> <div class="tags">
</div><div class="method_details_list"> </div><div class="method_details_list">
<table class="source_code"> <table class="source_code">
<tr> <tr>

View File

@@ -6,15 +6,15 @@
<title> <title>
Puppet Class: cd_haproxy::main::files Puppet Class: cd_haproxy::main::files
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = "puppet_classes::cd_haproxy::main::files"; pathId = "puppet_classes::cd_haproxy::main::files";
relpath = '../'; relpath = '../';
</script> </script>
@@ -109,6 +109,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<div class="tags"> <div class="tags">
</div><div class="method_details_list"> </div><div class="method_details_list">
<table class="source_code"> <table class="source_code">
<tr> <tr>

View File

@@ -6,15 +6,15 @@
<title> <title>
Puppet Class: cd_haproxy::main::install Puppet Class: cd_haproxy::main::install
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = "puppet_classes::cd_haproxy::main::install"; pathId = "puppet_classes::cd_haproxy::main::install";
relpath = '../'; relpath = '../';
</script> </script>
@@ -110,6 +110,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<div class="tags"> <div class="tags">
</div><div class="method_details_list"> </div><div class="method_details_list">
<table class="source_code"> <table class="source_code">
<tr> <tr>

View File

@@ -6,15 +6,15 @@
<title> <title>
Puppet Class: cd_haproxy::main::user Puppet Class: cd_haproxy::main::user
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = "puppet_classes::cd_haproxy::main::user"; pathId = "puppet_classes::cd_haproxy::main::user";
relpath = '../'; relpath = '../';
</script> </script>
@@ -113,6 +113,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<div class="tags"> <div class="tags">
</div><div class="method_details_list"> </div><div class="method_details_list">
<table class="source_code"> <table class="source_code">
<tr> <tr>

View File

@@ -6,15 +6,15 @@
<title> <title>
Puppet Class: cd_haproxy::params Puppet Class: cd_haproxy::params
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = "puppet_classes::cd_haproxy::params"; pathId = "puppet_classes::cd_haproxy::params";
relpath = '../'; relpath = '../';
</script> </script>
@@ -734,6 +734,7 @@ succeed.</p>
</ul> </ul>
<p class="tag_title">See Also:</p> <p class="tag_title">See Also:</p>
<ul class="see"> <ul class="see">

View File

@@ -6,15 +6,15 @@
<title> <title>
Puppet Class: cd_haproxy::server::proxy_test Puppet Class: cd_haproxy::server::proxy_test
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = "puppet_classes::cd_haproxy::server::proxy_test"; pathId = "puppet_classes::cd_haproxy::server::proxy_test";
relpath = '../'; relpath = '../';
</script> </script>
@@ -113,6 +113,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<div class="tags"> <div class="tags">
</div><div class="method_details_list"> </div><div class="method_details_list">
<table class="source_code"> <table class="source_code">
<tr> <tr>

View File

@@ -6,15 +6,15 @@
<title> <title>
Puppet Class: cd_haproxy::server::service Puppet Class: cd_haproxy::server::service
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = "puppet_classes::cd_haproxy::server::service"; pathId = "puppet_classes::cd_haproxy::server::service";
relpath = '../'; relpath = '../';
</script> </script>
@@ -109,6 +109,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<div class="tags"> <div class="tags">
</div><div class="method_details_list"> </div><div class="method_details_list">
<table class="source_code"> <table class="source_code">
<tr> <tr>

View File

@@ -4,9 +4,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />

View File

@@ -6,15 +6,15 @@
<title> <title>
Defined Type: cd_haproxy::server::proxy Defined Type: cd_haproxy::server::proxy
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = "puppet_defined_types::cd_haproxy::server::proxy"; pathId = "puppet_defined_types::cd_haproxy::server::proxy";
relpath = '../'; relpath = '../';
</script> </script>
@@ -328,6 +328,7 @@ instance configuration.</p>
</ul> </ul>
</div><div class="method_details_list"> </div><div class="method_details_list">
<table class="source_code"> <table class="source_code">
<tr> <tr>

View File

@@ -6,15 +6,15 @@
<title> <title>
Top Level Namespace Top Level Namespace
&mdash; Documentation by YARD 0.9.16 &mdash; Documentation by YARD 0.9.26
</title> </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 = ""; pathId = "";
relpath = ''; relpath = '';
</script> </script>