Merge branch 'master' of gitlab.confdroid.com:puppet/cd_clamav into HEAD

This commit is contained in:
Jenkins ConfDroid
2025-05-05 14:16:59 +02:00
15 changed files with 95 additions and 74 deletions

View File

@@ -4,15 +4,15 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Documentation by YARD 0.9.16
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 = null;
relpath = '';
</script>
@@ -52,7 +52,7 @@
<div class="clear"></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">
<h1 class="alphaindex">Alphabetic Index</h1>
@@ -117,6 +117,7 @@
<h2>File Listing</h2>
<ul id="files" class="index_inline_list">

View File

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

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>
@@ -75,19 +75,13 @@ and configurations.</p>
<h2 id="label-WARNING">WARNING</h2>
<p><code>**__!!! Attention: Never use this puppet module on systems which have
<p><strong><em>Attention: Never use this puppet module on systems which have
been previously configured manually. It is impossible to predict how and
what would have been configured, hence previuos configurations outside the
what would have been configured, hence previous configurations outside the
scope of this module may be overwritten! Automated configurations require a
test environment to verify that the module suits the purpose intended by
the user, as well as tune the parameters, before deploying into live
production!!! __**</code></p>
<h2 id="label-Features">Features</h2>
<h2 id="label-Repo+Documentation">Repo Documentation</h2>
<p>See the full Puppet documentation in docs/index.html</p>
production</em></strong></p>
<h2 id="label-Dependencies">Dependencies</h2>
@@ -107,7 +101,8 @@ to manage yum base repos</p>
<pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; {
include cd_clamav
}</code></pre>
}
</code></pre>
<ul><li>
<p>through Foreman:</p>
</li></ul>

View File

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

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>
@@ -75,19 +75,13 @@ and configurations.</p>
<h2 id="label-WARNING">WARNING</h2>
<p><code>**__!!! Attention: Never use this puppet module on systems which have
<p><strong><em>Attention: Never use this puppet module on systems which have
been previously configured manually. It is impossible to predict how and
what would have been configured, hence previuos configurations outside the
what would have been configured, hence previous configurations outside the
scope of this module may be overwritten! Automated configurations require a
test environment to verify that the module suits the purpose intended by
the user, as well as tune the parameters, before deploying into live
production!!! __**</code></p>
<h2 id="label-Features">Features</h2>
<h2 id="label-Repo+Documentation">Repo Documentation</h2>
<p>See the full Puppet documentation in docs/index.html</p>
production</em></strong></p>
<h2 id="label-Dependencies">Dependencies</h2>
@@ -107,7 +101,8 @@ to manage yum base repos</p>
<pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; {
include cd_clamav
}</code></pre>
}
</code></pre>
<ul><li>
<p>through Foreman:</p>
</li></ul>

View File

@@ -171,6 +171,7 @@ function generateTOC() {
var counter = 0;
var tags = ['h2', 'h3', 'h4', 'h5', 'h6'];
var i;
var curli;
if ($('#filecontents h1').length > 1) tags.unshift('h1');
for (i = 0; i < tags.length; i++) { tags[i] = '#filecontents ' + tags[i]; }
var lastTag = parseInt(tags[0][1], 10);
@@ -190,15 +191,25 @@ function generateTOC() {
}
if (thisTag > lastTag) {
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) {
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');
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;
});
if (!show) return;
@@ -275,6 +286,16 @@ function mainFocus() {
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() {
navResizer();
navExpander();
@@ -287,6 +308,7 @@ $(document).ready(function() {
constantSummaryToggle();
generateTOC();
mainFocus();
navigationChange();
});
})();

View File

@@ -4,9 +4,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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>
Puppet Class: cd_clamav
&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 = "puppet_classes::cd_clamav";
relpath = '../';
</script>
@@ -104,6 +104,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
<div class="tags">
</div><div class="method_details_list">
<table class="source_code">
<tr>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -6,15 +6,15 @@
<title>
Puppet Class: cd_clamav::params
&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 = "puppet_classes::cd_clamav::params";
relpath = '../';
</script>
@@ -365,6 +365,7 @@ enabled.</p>
</ul>
</div><div class="method_details_list">
<table class="source_code">
<tr>

View File

@@ -6,15 +6,15 @@
<title>
Top Level Namespace
&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>