recommit for updates in build 3

This commit is contained in:
Jenkins ConfDroid
2018-12-07 15:09:55 +01:00
parent 3f1e5d6f35
commit 672d9954a0
17 changed files with 236 additions and 286 deletions

View File

@@ -8,9 +8,9 @@ Changelog of Git Changelog.
<h2> No issue </h2> <h2> No issue </h2>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/857e97041913043">857e97041913043</a> Arne Teuke <i>2018-04-24 15:07:38</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/7f087019d968992">7f087019d968992</a> Jenkins ConfDroid <i>2018-04-24 15:26:20</i>
<p> <p>
<h3>adding link</h3> <h3>recommit for updates in build 2</h3>
</p> </p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/572561b53019235">572561b53019235</a> Jenkins ConfDroid <i>2018-04-24 15:07:21</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/572561b53019235">572561b53019235</a> Jenkins ConfDroid <i>2018-04-24 15:07:21</i>
@@ -19,3 +19,18 @@ Changelog of Git Changelog.
</p> </p>
<h2> 1.0.0.0 </h2>
<h2> No issue </h2>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/7c6b057adc11890">7c6b057adc11890</a> Arne Teuke <i>2018-04-24 15:26:34</i>
<p>
<h3>udates README</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/857e97041913043">857e97041913043</a> Arne Teuke <i>2018-04-24 15:07:38</i>
<p>
<h3>adding link</h3>
</p>

View File

@@ -42,7 +42,6 @@
|-- Gemfile.lock |-- Gemfile.lock
|-- Jenkinsfile |-- Jenkinsfile
|-- LICENSE |-- LICENSE
|-- README.md `-- README.md
`-- REPOSTRUCTURE.md
9 directories, 36 files 9 directories, 35 files

View File

@@ -4,7 +4,7 @@
<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.12 Documentation by YARD 0.9.16
</title> </title>
@@ -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.12</h1> <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.16</h1>
<div id="listing"> <div id="listing">
<h1 class="alphaindex">Alphabetic Index</h1> <h1 class="alphaindex">Alphabetic Index</h1>
@@ -120,6 +120,8 @@
<h2>File Listing</h2> <h2>File Listing</h2>
<ul id="files" class="index_inline_list"> <ul id="files" class="index_inline_list">

View File

@@ -245,6 +245,7 @@ ul.toplevel { list-style: none; padding-left: 0; font-size: 1.1em; }
dl.constants { margin-left: 10px; } dl.constants { margin-left: 10px; }
dl.constants dt { font-weight: bold; font-size: 1.1em; margin-bottom: 5px; } dl.constants dt { font-weight: bold; font-size: 1.1em; margin-bottom: 5px; }
dl.constants.compact dt { display: inline-block; font-weight: normal }
dl.constants dd { width: 75%; white-space: pre; font-family: monospace; margin-bottom: 18px; } dl.constants dd { width: 75%; white-space: pre; font-family: monospace; margin-bottom: 18px; }
dl.constants .docstring .note:first-child { margin-top: 5px; } dl.constants .docstring .note:first-child { margin-top: 5px; }
@@ -326,13 +327,9 @@ ul.summary a, ul.summary a:visited {
text-decoration: none; font-size: 1.1em; text-decoration: none; font-size: 1.1em;
} }
ul.summary li { margin-bottom: 5px; } ul.summary li { margin-bottom: 5px; }
.summary .summary_signature { .summary_signature { padding: 4px 8px; background: #f8f8f8; border: 1px solid #f0f0f0; border-radius: 5px; }
padding: 4px 8px;
background: #f8f8f8;
border: 1px solid #f0f0f0;
border-radius: 5px;
}
.summary_signature:hover { background: #CFEBFF; border-color: #A4CCDA; cursor: pointer; } .summary_signature:hover { background: #CFEBFF; border-color: #A4CCDA; cursor: pointer; }
.summary_signature.deprecated { background: #ffe5e5; border-color: #e9dada; }
ul.summary.compact li { display: inline-block; margin: 0px 5px 0px 0px; line-height: 2.6em;} ul.summary.compact li { display: inline-block; margin: 0px 5px 0px 0px; line-height: 2.6em;}
ul.summary.compact .summary_signature { padding: 5px 7px; padding-right: 4px; } ul.summary.compact .summary_signature { padding: 5px 7px; padding-right: 4px; }
#content .summary_signature:hover a, #content .summary_signature:hover a,
@@ -485,7 +482,7 @@ pre.code .rubyid_nth_ref { color: #6D79DE; }
pre.code .regexp, .dregexp { color: #036A07; } pre.code .regexp, .dregexp { color: #036A07; }
pre.code a { border-bottom: 1px dotted #bbf; } pre.code a { border-bottom: 1px dotted #bbf; }
/* inline code */ /* inline code */
p > code { *:not(pre) > code {
padding: 1px 3px 1px 3px; padding: 1px 3px 1px 3px;
border: 1px solid #E1E1E8; border: 1px solid #E1E1E8;
background: #F7F7F9; background: #F7F7F9;

View File

@@ -6,7 +6,7 @@
<title> <title>
File: README File: README
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -58,12 +58,9 @@
</div> </div>
<div id="content"><div id='filecontents'> <div id="content"><div id='filecontents'>
<p>|Repo Name| version | Build <p>|Repo Name| version | Build Status| |—|—|—|—| |<code>cd_haproxy</code>|
Status| 1.0.0.0 | <a href="https://pipelines.confdroid.com/job/cd_haproxy/"><img
|---|---|---|---| src="https://pipelines.confdroid.com/buildStatus/icon?job=cd_haproxy"></a>|</p>
|<code>cd_haproxy</code>| 1.0.0.0 | <a
href="https://pipelines.confdroid.com/buildStatus/icon?job=cd_haproxy">{Build
Status</a>/]|</p>
<h3 id="label-Synopsis">Synopsis</h3> <h3 id="label-Synopsis">Synopsis</h3>
@@ -86,53 +83,51 @@ production!!! __**</code></p>
<h3 id="label-Table+of+Contents">Table of Contents</h3> <h3 id="label-Table+of+Contents">Table of Contents</h3>
<ul><li> <ul><li>
<p><a href="#features">Features</a></p> <p><a href="#label-Features">Features</a></p>
</li><li> </li><li>
<p><a <p><a
href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/REPOSTRUCTURE.md">Repo href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/REPOSTRUCTURE.md">Repo
Structure</a></p> Structure</a></p>
</li><li> </li><li>
<p><a href="#repo-documentation"> Repo Documentation</a></p> <p><a href="#label-Repo+documentation"> Repo Documentation</a></p>
</li><li> </li><li>
<p><a href="#dependencies">Dependencies</a></p> <p><a href="#label-Dependencies">Dependencies</a></p>
</li><li> </li><li>
<p><a href="#deployment">Deployment</a></p> <p><a href="#label-Deployment">Deployment</a></p>
</li><li> </li><li>
<p><a href="#native-puppet-deployment">native Puppet deployment</a></p> <p><a href="#label-Native+puppet+deployment">native Puppet deployment</a></p>
</li><li> </li><li>
<p><a href="#through-foreman">through Foreman</a></p> <p><a href="#label-Through+foreman">through Foreman</a></p>
</li><li> </li><li>
<p><a href="#parameters">Parameters</a></p> <p><a href="#label-Parameters">Parameters</a></p>
</li><li> </li><li>
<p><a href="#mandatory-parameters">Mandatory Parameters</a></p> <p><a href="#label-Mandatory+parameters">Mandatory Parameters</a></p>
</li><li> </li><li>
<p><a href="#optional-parameters">Optional Parameters</a></p> <p><a href="#label-Optional+parameters">Optional Parameters</a></p>
</li><li> </li><li>
<p><a href="#selinux">SELINUX</a></p> <p><a href="#label-Selinux">SELINUX</a></p>
</li><li> </li><li>
<p><a href="#known-problems">Known Problems</a></p> <p><a href="#label-Known+problems">Known Problems</a></p>
</li><li> </li><li>
<p><a href="#support">Support</a></p> <p><a href="#label-Support">Support</a></p>
</li><li> </li><li>
<p><a href="#tests">Tests</a></p> <p><a href="#label-Tests">Tests</a></p>
</li><li> </li><li>
<p><a <p><a
href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/CHANGELOG.md">Changelog</a></p> href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/CHANGELOG.md">Changelog</a></p>
</li><li> </li><li>
<p><a href="https://confdroid.com/contact/">Contact Us</a></p> <p><a href="https://confdroid.com/contact/">Contact Us</a></p>
</li><li> </li><li>
<p><a href="#disclaimer">Disclaimer</a></p> <p><a href="#label-Disclaimer">Disclaimer</a></p>
</li></ul> </li></ul>
<h3 id="label-Features">Features</h3> <h3 id="label-Features">Features</h3>
<p>INSTALLATION <p>INSTALLATION * install binaries</p>
* install binaries</p>
<p>CONFIGURATION</p> <p>CONFIGURATION</p>
<p>SERVICE <p>SERVICE * manage service</p>
* manage service</p>
<h3 id="label-Repo+Structure">Repo Structure</h3> <h3 id="label-Repo+Structure">Repo Structure</h3>
@@ -164,7 +159,7 @@ automating TLS certificates for https</p>
include cd_haproxy include cd_haproxy
}</code></pre> }</code></pre>
<h4 id="label-through+Foreman%3A">through Foreman:</h4> <h4 id="label-through+Foreman-3A">through Foreman:</h4>
<p>In order to apply parameters through Foreman, <p>In order to apply parameters through Foreman,
<strong>cd_haproxy::params</strong> must be added to the host or hostgroup <strong>cd_haproxy::params</strong> must be added to the host or hostgroup
@@ -245,8 +240,7 @@ with PuppetDB (see tests/UTF_Files)</p>
<p>ConfDroid as entity is entirely independent from Puppet. We provide custom <p>ConfDroid as entity is entirely independent from Puppet. We provide custom
configuration modules, written for specific purposes and specific configuration modules, written for specific purposes and specific
environments. environments. The modules are tested and supported only as documented, and
The modules are tested and supported only as documented, and
require testing in designated environments (i.e. lab or development require testing in designated environments (i.e. lab or development
environments) for parameter tuning etc. before deploying into production environments) for parameter tuning etc. before deploying into production
environments.</p> environments.</p>

View File

@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Documentation by YARD 0.9.12</title> <title>Documentation by YARD 0.9.16</title>
</head> </head>
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
var match = unescape(window.location.hash).match(/^#!(.+)/); var match = unescape(window.location.hash).match(/^#!(.+)/);

View File

@@ -6,7 +6,7 @@
<title> <title>
File: README File: README
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -58,12 +58,9 @@
</div> </div>
<div id="content"><div id='filecontents'> <div id="content"><div id='filecontents'>
<p>|Repo Name| version | Build <p>|Repo Name| version | Build Status| |—|—|—|—| |<code>cd_haproxy</code>|
Status| 1.0.0.0 | <a href="https://pipelines.confdroid.com/job/cd_haproxy/"><img
|---|---|---|---| src="https://pipelines.confdroid.com/buildStatus/icon?job=cd_haproxy"></a>|</p>
|<code>cd_haproxy</code>| 1.0.0.0 | <a
href="https://pipelines.confdroid.com/buildStatus/icon?job=cd_haproxy">{Build
Status</a>/]|</p>
<h3 id="label-Synopsis">Synopsis</h3> <h3 id="label-Synopsis">Synopsis</h3>
@@ -86,53 +83,51 @@ production!!! __**</code></p>
<h3 id="label-Table+of+Contents">Table of Contents</h3> <h3 id="label-Table+of+Contents">Table of Contents</h3>
<ul><li> <ul><li>
<p><a href="#features">Features</a></p> <p><a href="#label-Features">Features</a></p>
</li><li> </li><li>
<p><a <p><a
href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/REPOSTRUCTURE.md">Repo href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/REPOSTRUCTURE.md">Repo
Structure</a></p> Structure</a></p>
</li><li> </li><li>
<p><a href="#repo-documentation"> Repo Documentation</a></p> <p><a href="#label-Repo+documentation"> Repo Documentation</a></p>
</li><li> </li><li>
<p><a href="#dependencies">Dependencies</a></p> <p><a href="#label-Dependencies">Dependencies</a></p>
</li><li> </li><li>
<p><a href="#deployment">Deployment</a></p> <p><a href="#label-Deployment">Deployment</a></p>
</li><li> </li><li>
<p><a href="#native-puppet-deployment">native Puppet deployment</a></p> <p><a href="#label-Native+puppet+deployment">native Puppet deployment</a></p>
</li><li> </li><li>
<p><a href="#through-foreman">through Foreman</a></p> <p><a href="#label-Through+foreman">through Foreman</a></p>
</li><li> </li><li>
<p><a href="#parameters">Parameters</a></p> <p><a href="#label-Parameters">Parameters</a></p>
</li><li> </li><li>
<p><a href="#mandatory-parameters">Mandatory Parameters</a></p> <p><a href="#label-Mandatory+parameters">Mandatory Parameters</a></p>
</li><li> </li><li>
<p><a href="#optional-parameters">Optional Parameters</a></p> <p><a href="#label-Optional+parameters">Optional Parameters</a></p>
</li><li> </li><li>
<p><a href="#selinux">SELINUX</a></p> <p><a href="#label-Selinux">SELINUX</a></p>
</li><li> </li><li>
<p><a href="#known-problems">Known Problems</a></p> <p><a href="#label-Known+problems">Known Problems</a></p>
</li><li> </li><li>
<p><a href="#support">Support</a></p> <p><a href="#label-Support">Support</a></p>
</li><li> </li><li>
<p><a href="#tests">Tests</a></p> <p><a href="#label-Tests">Tests</a></p>
</li><li> </li><li>
<p><a <p><a
href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/CHANGELOG.md">Changelog</a></p> href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/CHANGELOG.md">Changelog</a></p>
</li><li> </li><li>
<p><a href="https://confdroid.com/contact/">Contact Us</a></p> <p><a href="https://confdroid.com/contact/">Contact Us</a></p>
</li><li> </li><li>
<p><a href="#disclaimer">Disclaimer</a></p> <p><a href="#label-Disclaimer">Disclaimer</a></p>
</li></ul> </li></ul>
<h3 id="label-Features">Features</h3> <h3 id="label-Features">Features</h3>
<p>INSTALLATION <p>INSTALLATION * install binaries</p>
* install binaries</p>
<p>CONFIGURATION</p> <p>CONFIGURATION</p>
<p>SERVICE <p>SERVICE * manage service</p>
* manage service</p>
<h3 id="label-Repo+Structure">Repo Structure</h3> <h3 id="label-Repo+Structure">Repo Structure</h3>
@@ -164,7 +159,7 @@ automating TLS certificates for https</p>
include cd_haproxy include cd_haproxy
}</code></pre> }</code></pre>
<h4 id="label-through+Foreman%3A">through Foreman:</h4> <h4 id="label-through+Foreman-3A">through Foreman:</h4>
<p>In order to apply parameters through Foreman, <p>In order to apply parameters through Foreman,
<strong>cd_haproxy::params</strong> must be added to the host or hostgroup <strong>cd_haproxy::params</strong> must be added to the host or hostgroup
@@ -245,8 +240,7 @@ with PuppetDB (see tests/UTF_Files)</p>
<p>ConfDroid as entity is entirely independent from Puppet. We provide custom <p>ConfDroid as entity is entirely independent from Puppet. We provide custom
configuration modules, written for specific purposes and specific configuration modules, written for specific purposes and specific
environments. environments. The modules are tested and supported only as documented, and
The modules are tested and supported only as documented, and
require testing in designated environments (i.e. lab or development require testing in designated environments (i.e. lab or development
environments) for parameter tuning etc. before deploying into production environments) for parameter tuning etc. before deploying into production
environments.</p> environments.</p>

View File

@@ -120,6 +120,49 @@ function summaryToggle() {
} else { localStorage.summaryCollapsed = "expand"; } } else { localStorage.summaryCollapsed = "expand"; }
} }
function constantSummaryToggle() {
$('.constants_summary_toggle').click(function(e) {
e.preventDefault();
localStorage.summaryCollapsed = $(this).text();
$('.constants_summary_toggle').each(function() {
$(this).text($(this).text() == "collapse" ? "expand" : "collapse");
var next = $(this).parent().parent().nextAll('dl.constants').first();
if (next.hasClass('compact')) {
next.toggle();
next.nextAll('dl.constants').first().toggle();
}
else if (next.hasClass('constants')) {
var list = $('<dl class="constants compact" />');
list.html(next.html());
list.find('dt').each(function() {
$(this).addClass('summary_signature');
$(this).text( $(this).text().split('=')[0]);
if ($(this).has(".deprecated").length) {
$(this).addClass('deprecated');
};
});
// Add the value of the constant as "Tooltip" to the summary object
list.find('pre.code').each(function() {
console.log($(this).parent());
var dt_element = $(this).parent().prev();
var tooltip = $(this).text();
if (dt_element.hasClass("deprecated")) {
tooltip = 'Deprecated. ' + tooltip;
};
dt_element.attr('title', tooltip);
});
list.find('.docstring, .tags, dd').remove();
next.before(list);
next.toggle();
}
});
return false;
});
if (localStorage.summaryCollapsed == "collapse") {
$('.constants_summary_toggle').first().click();
} else { localStorage.summaryCollapsed = "expand"; }
}
function generateTOC() { function generateTOC() {
if ($('#filecontents').length === 0) return; if ($('#filecontents').length === 0) return;
var _toc = $('<ol class="top"></ol>'); var _toc = $('<ol class="top"></ol>');
@@ -241,6 +284,7 @@ $(document).ready(function() {
searchFrameButtons(); searchFrameButtons();
linkSummaries(); linkSummaries();
summaryToggle(); summaryToggle();
constantSummaryToggle();
generateTOC(); generateTOC();
mainFocus(); mainFocus();
}); });

View File

@@ -6,7 +6,7 @@
<title> <title>
Puppet Class: cd_haproxy Puppet Class: cd_haproxy
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -78,40 +78,29 @@
<div class="docstring"> <div class="docstring">
<div class="discussion"> <div class="discussion">
<p>cd_haproxy::init.pp <p>cd_haproxy::init.pp Module name: cd_haproxy Author: Arne Teuke
Module name: cd_haproxy (arne_teuke@confdroid.com) License: This file is part of cd_haproxy.</p>
Author: Arne Teuke
(arne_teuke@confdroid.com)
License:
This file is part of cd_haproxy.</p>
<p>cd_haproxy is used for providing automatic configuration of HA proxy. <p>cd_haproxy is used for providing automatic configuration of HA proxy.
Copyright (C) 2017 confdroid (copyright@confdroid.com) This program is
Copyright (C) 2017 confdroid (copyright@confdroid.com) free software: you can redistribute it and/or modify it under the terms of
This program is the GNU General Public License as published by the Free Software
free software: you can redistribute it and/or modify Foundation, either version 3 of the License, or (at your option) any later
it under the terms of
the GNU General Public License as published by
the Free Software
Foundation, either version 3 of the License, or
(at your option) any later
version.</p> version.</p>
<p>This program is distributed in the hope that it will be useful, <p>This program is distributed in the hope that it will be useful, but
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
WITHOUT ANY WARRANTY; without even the implied warranty of or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License
for more details.</p> for more details.</p>
<p>You should have received a copy of the GNU General Public License <p>You should have received a copy of the GNU General Public License along
along
with this program. If not, see <a with this program. If not, see <a
href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p> href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
</div> </div>
</div> </div>
<div class="tags"> <div class="tags">

View File

@@ -6,7 +6,7 @@
<title> <title>
Puppet Class: cd_haproxy::firewall::iptables Puppet Class: cd_haproxy::firewall::iptables
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -83,40 +83,29 @@
<div class="docstring"> <div class="docstring">
<div class="discussion"> <div class="discussion">
<p>cd_haproxy::firewall::iptables.pp <p>cd_haproxy::firewall::iptables.pp Module name: cd_haproxy Author: Arne
Module name: cd_haproxy Teuke (arne_teuke@confdroid.com) License: This file is part of cd_haproxy.</p>
Author: Arne
Teuke (arne_teuke@confdroid.com)
License:
This file is part of cd_haproxy.</p>
<p>cd_haproxy is used for providing automatic configuration of HA proxy. <p>cd_haproxy is used for providing automatic configuration of HA proxy.
Copyright (C) 2017 confdroid (copyright@confdroid.com) This program is
Copyright (C) 2017 confdroid (copyright@confdroid.com) free software: you can redistribute it and/or modify it under the terms of
This program is the GNU General Public License as published by the Free Software
free software: you can redistribute it and/or modify Foundation, either version 3 of the License, or (at your option) any later
it under the terms of
the GNU General Public License as published by
the Free Software
Foundation, either version 3 of the License, or
(at your option) any later
version.</p> version.</p>
<p>This program is distributed in the hope that it will be useful, <p>This program is distributed in the hope that it will be useful, but
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
WITHOUT ANY WARRANTY; without even the implied warranty of or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License
for more details.</p> for more details.</p>
<p>You should have received a copy of the GNU General Public License <p>You should have received a copy of the GNU General Public License along
along
with this program. If not, see <a with this program. If not, see <a
href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p> href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
</div> </div>
</div> </div>
<div class="tags"> <div class="tags">

View File

@@ -6,7 +6,7 @@
<title> <title>
Puppet Class: cd_haproxy::main::config Puppet Class: cd_haproxy::main::config
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -84,40 +84,29 @@ cd_haproxy.
<div class="docstring"> <div class="docstring">
<div class="discussion"> <div class="discussion">
<p>cd_haproxy::main::config.pp <p>cd_haproxy::main::config.pp Module name: cd_haproxy Author: Arne Teuke
Module name: cd_haproxy (arne_teuke@confdroid.com) License: This file is part of cd_haproxy.</p>
Author: Arne Teuke
(arne_teuke@confdroid.com)
License:
This file is part of cd_haproxy.</p>
<p>cd_haproxy is used for providing automatic configuration of HA proxy. <p>cd_haproxy is used for providing automatic configuration of HA proxy.
Copyright (C) 2017 confdroid (copyright@confdroid.com) This program is
Copyright (C) 2017 confdroid (copyright@confdroid.com) free software: you can redistribute it and/or modify it under the terms of
This program is the GNU General Public License as published by the Free Software
free software: you can redistribute it and/or modify Foundation, either version 3 of the License, or (at your option) any later
it under the terms of
the GNU General Public License as published by
the Free Software
Foundation, either version 3 of the License, or
(at your option) any later
version.</p> version.</p>
<p>This program is distributed in the hope that it will be useful, <p>This program is distributed in the hope that it will be useful, but
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
WITHOUT ANY WARRANTY; without even the implied warranty of or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License
for more details.</p> for more details.</p>
<p>You should have received a copy of the GNU General Public License <p>You should have received a copy of the GNU General Public License along
along
with this program. If not, see <a with this program. If not, see <a
href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p> href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
</div> </div>
</div> </div>
<div class="tags"> <div class="tags">

View File

@@ -6,7 +6,7 @@
<title> <title>
Puppet Class: cd_haproxy::main::dirs Puppet Class: cd_haproxy::main::dirs
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -83,40 +83,29 @@
<div class="docstring"> <div class="docstring">
<div class="discussion"> <div class="discussion">
<p>cd_haproxy::main::dirs.pp <p>cd_haproxy::main::dirs.pp Module name: cd_haproxy Author: Arne Teuke
Module name: cd_haproxy (arne_teuke@confdroid.com) License: This file is part of cd_haproxy.</p>
Author: Arne Teuke
(arne_teuke@confdroid.com)
License:
This file is part of cd_haproxy.</p>
<p>cd_haproxy is used for providing automatic configuration of HA proxy. <p>cd_haproxy is used for providing automatic configuration of HA proxy.
Copyright (C) 2017 confdroid (copyright@confdroid.com) This program is
Copyright (C) 2017 confdroid (copyright@confdroid.com) free software: you can redistribute it and/or modify it under the terms of
This program is the GNU General Public License as published by the Free Software
free software: you can redistribute it and/or modify Foundation, either version 3 of the License, or (at your option) any later
it under the terms of
the GNU General Public License as published by
the Free Software
Foundation, either version 3 of the License, or
(at your option) any later
version.</p> version.</p>
<p>This program is distributed in the hope that it will be useful, <p>This program is distributed in the hope that it will be useful, but
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
WITHOUT ANY WARRANTY; without even the implied warranty of or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License
for more details.</p> for more details.</p>
<p>You should have received a copy of the GNU General Public License <p>You should have received a copy of the GNU General Public License along
along
with this program. If not, see <a with this program. If not, see <a
href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p> href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
</div> </div>
</div> </div>
<div class="tags"> <div class="tags">

View File

@@ -6,7 +6,7 @@
<title> <title>
Puppet Class: cd_haproxy::main::files Puppet Class: cd_haproxy::main::files
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -83,40 +83,29 @@
<div class="docstring"> <div class="docstring">
<div class="discussion"> <div class="discussion">
<p>cd_haproxy::main::files.pp <p>cd_haproxy::main::files.pp Module name: cd_haproxy Author: Arne Teuke
Module name: cd_haproxy (arne_teuke@confdroid.com) License: This file is part of cd_haproxy.</p>
Author: Arne Teuke
(arne_teuke@confdroid.com)
License:
This file is part of cd_haproxy.</p>
<p>cd_haproxy is used for providing automatic configuration of HA proxy. <p>cd_haproxy is used for providing automatic configuration of HA proxy.
Copyright (C) 2017 confdroid (copyright@confdroid.com) This program is
Copyright (C) 2017 confdroid (copyright@confdroid.com) free software: you can redistribute it and/or modify it under the terms of
This program is the GNU General Public License as published by the Free Software
free software: you can redistribute it and/or modify Foundation, either version 3 of the License, or (at your option) any later
it under the terms of
the GNU General Public License as published by
the Free Software
Foundation, either version 3 of the License, or
(at your option) any later
version.</p> version.</p>
<p>This program is distributed in the hope that it will be useful, <p>This program is distributed in the hope that it will be useful, but
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
WITHOUT ANY WARRANTY; without even the implied warranty of or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License
for more details.</p> for more details.</p>
<p>You should have received a copy of the GNU General Public License <p>You should have received a copy of the GNU General Public License along
along
with this program. If not, see <a with this program. If not, see <a
href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p> href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
</div> </div>
</div> </div>
<div class="tags"> <div class="tags">

View File

@@ -6,7 +6,7 @@
<title> <title>
Puppet Class: cd_haproxy::main::install Puppet Class: cd_haproxy::main::install
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -84,40 +84,29 @@ cd_haproxy
<div class="docstring"> <div class="docstring">
<div class="discussion"> <div class="discussion">
<p>cd_haproxy::main::install.pp <p>cd_haproxy::main::install.pp Module name: cd_haproxy Author: Arne Teuke
Module name: cd_haproxy (arne_teuke@confdroid.com) License: This file is part of cd_haproxy.</p>
Author: Arne Teuke
(arne_teuke@confdroid.com)
License:
This file is part of cd_haproxy.</p>
<p>cd_haproxy is used for providing automatic configuration of HA proxy. <p>cd_haproxy is used for providing automatic configuration of HA proxy.
Copyright (C) 2017 confdroid (copyright@confdroid.com) This program is
Copyright (C) 2017 confdroid (copyright@confdroid.com) free software: you can redistribute it and/or modify it under the terms of
This program is the GNU General Public License as published by the Free Software
free software: you can redistribute it and/or modify Foundation, either version 3 of the License, or (at your option) any later
it under the terms of
the GNU General Public License as published by
the Free Software
Foundation, either version 3 of the License, or
(at your option) any later
version.</p> version.</p>
<p>This program is distributed in the hope that it will be useful, <p>This program is distributed in the hope that it will be useful, but
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
WITHOUT ANY WARRANTY; without even the implied warranty of or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License
for more details.</p> for more details.</p>
<p>You should have received a copy of the GNU General Public License <p>You should have received a copy of the GNU General Public License along
along
with this program. If not, see <a with this program. If not, see <a
href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p> href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
</div> </div>
</div> </div>
<div class="tags"> <div class="tags">

View File

@@ -6,7 +6,7 @@
<title> <title>
Puppet Class: cd_haproxy::params Puppet Class: cd_haproxy::params
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -98,40 +98,29 @@ inherited by all classes except defines.
<div class="docstring"> <div class="docstring">
<div class="discussion"> <div class="discussion">
<p>cd_haproxy::params.pp <p>cd_haproxy::params.pp Module name: cd_haproxy Author: Arne Teuke
Module name: cd_haproxy (arne_teuke@confdroid.com) License: This file is part of cd_haproxy.</p>
Author: Arne Teuke
(arne_teuke@confdroid.com)
License:
This file is part of cd_haproxy.</p>
<p>cd_haproxy is used for providing automatic configuration of HA proxy. <p>cd_haproxy is used for providing automatic configuration of HA proxy.
Copyright (C) 2017 confdroid (copyright@confdroid.com) This program is
Copyright (C) 2017 confdroid (copyright@confdroid.com) free software: you can redistribute it and/or modify it under the terms of
This program is the GNU General Public License as published by the Free Software
free software: you can redistribute it and/or modify Foundation, either version 3 of the License, or (at your option) any later
it under the terms of
the GNU General Public License as published by
the Free Software
Foundation, either version 3 of the License, or
(at your option) any later
version.</p> version.</p>
<p>This program is distributed in the hope that it will be useful, <p>This program is distributed in the hope that it will be useful, but
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
WITHOUT ANY WARRANTY; without even the implied warranty of or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License
for more details.</p> for more details.</p>
<p>You should have received a copy of the GNU General Public License <p>You should have received a copy of the GNU General Public License along
along
with this program. If not, see <a with this program. If not, see <a
href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p> href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
</div> </div>
</div> </div>
<div class="tags"> <div class="tags">
<p class="tag_title">Parameters:</p> <p class="tag_title">Parameters:</p>
<ul class="param"> <ul class="param">
@@ -150,8 +139,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
&mdash; &mdash;
<div class='inline'> <div class='inline'>
<p>which <a href="https://confdroid.com/2017/05/puppet-type-package/">package <p>which <a href="https://confdroid.com/2017/05/puppet-type-package/">package
type</a> type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
to choose, i.e. <code>latest</code> or <code>present</code>.</p>
</div> </div>
</li> </li>
@@ -187,8 +175,7 @@ to choose, i.e. <code>latest</code> or <code>present</code>.</p>
&mdash; &mdash;
<div class='inline'> <div class='inline'>
<p>the fqdn of the ha proxy host. mmust be fqdn, <p>the fqdn of the ha proxy host. mmust be fqdn, not cname. specify multiple
not cname. specify multiple
fqdns via array.</p> fqdns via array.</p>
</div> </div>
@@ -225,8 +212,7 @@ fqdns via array.</p>
&mdash; &mdash;
<div class='inline'> <div class='inline'>
<p>the rule number to control the oder of the <p>the rule number to control the oder of the firewall rules.</p>
firewall rules.</p>
</div> </div>
</li> </li>
@@ -244,8 +230,7 @@ firewall rules.</p>
&mdash; &mdash;
<div class='inline'> <div class='inline'>
<p>which mode the ha proxy should work in. <p>which mode the ha proxy should work in. Valid oprtions are
Valid oprtions are
<code>http</code> and <code>tcp</code>.</p> <code>http</code> and <code>tcp</code>.</p>
</div> </div>
@@ -264,10 +249,8 @@ Valid oprtions are
&mdash; &mdash;
<div class='inline'> <div class='inline'>
<p>the frontend port to list to. opens in firewall, <p>the frontend port to list to. opens in firewall, if enabled, and is used in
if enabled, and is used in configuration templates. only active if <code>hy_proxy_mode</code> is set
configuration templates. only active if
<code>hy_proxy_mode</code> is set
to <code>tcp</code>.</p> to <code>tcp</code>.</p>
</div> </div>
@@ -286,8 +269,7 @@ to <code>tcp</code>.</p>
&mdash; &mdash;
<div class='inline'> <div class='inline'>
<p>the backend port to send traffic through. only <p>the backend port to send traffic through. only active if
active if
<code>hy_proxy_mode</code> is set to <code>tcp</code>.</p> <code>hy_proxy_mode</code> is set to <code>tcp</code>.</p>
</div> </div>

View File

@@ -6,7 +6,7 @@
<title> <title>
Puppet Class: cd_haproxy::server::service Puppet Class: cd_haproxy::server::service
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -83,40 +83,29 @@
<div class="docstring"> <div class="docstring">
<div class="discussion"> <div class="discussion">
<p>cd_haproxy::server::service.pp <p>cd_haproxy::server::service.pp Module name: cd_haproxy Author: Arne Teuke
Module name: cd_haproxy (arne_teuke@confdroid.com) License: This file is part of cd_haproxy.</p>
Author: Arne Teuke
(arne_teuke@confdroid.com)
License:
This file is part of cd_haproxy.</p>
<p>cd_haproxy is used for providing automatic configuration of HA proxy. <p>cd_haproxy is used for providing automatic configuration of HA proxy.
Copyright (C) 2017 confdroid (copyright@confdroid.com) This program is
Copyright (C) 2017 confdroid (copyright@confdroid.com) free software: you can redistribute it and/or modify it under the terms of
This program is the GNU General Public License as published by the Free Software
free software: you can redistribute it and/or modify Foundation, either version 3 of the License, or (at your option) any later
it under the terms of
the GNU General Public License as published by
the Free Software
Foundation, either version 3 of the License, or
(at your option) any later
version.</p> version.</p>
<p>This program is distributed in the hope that it will be useful, <p>This program is distributed in the hope that it will be useful, but
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
WITHOUT ANY WARRANTY; without even the implied warranty of or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License
for more details.</p> for more details.</p>
<p>You should have received a copy of the GNU General Public License <p>You should have received a copy of the GNU General Public License along
along
with this program. If not, see <a with this program. If not, see <a
href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p> href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
</div> </div>
</div> </div>
<div class="tags"> <div class="tags">

View File

@@ -6,7 +6,7 @@
<title> <title>
Top Level Namespace Top Level Namespace
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>