recommit for updates in build 3

This commit is contained in:
Jenkins ConfDroid
2018-12-07 18:30:20 +01:00
parent 4a29600057
commit 5d44ad57d3
15 changed files with 245 additions and 227 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/be7693005785824">be7693005785824</a> Jenkins ConfDroid <i>2018-04-12 13:04:08</i>
<p>
<h3>recommit for updates in build 1</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/afb28a6ab786d13">afb28a6ab786d13</a> Arne Teuke <i>2018-04-12 13:03:38</i>
<p>
<h3>updates files</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/05458ff2dd3dbd6">05458ff2dd3dbd6</a> Arne Teuke <i>2017-09-18 14:54:11</i> <a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/05458ff2dd3dbd6">05458ff2dd3dbd6</a> Arne Teuke <i>2017-09-18 14:54:11</i>
<p> <p>
<h3>added gem spec for public_suffixes</h3> <h3>added gem spec for public_suffixes</h3>

View File

@@ -1 +1,45 @@
.
|-- doc
| |-- css
| | |-- common.css
| | |-- full_list.css
| | `-- style.css
| |-- js
| | |-- app.js
| | |-- full_list.js
| | `-- jquery.js
| |-- puppet_classes
| | |-- cd_selinux_3A_3Adirs.html
| | |-- cd_selinux_3A_3Amain_3A_3Aconfig.html
| | |-- cd_selinux_3A_3Amain_3A_3Adirs.html
| | |-- cd_selinux_3A_3Amain_3A_3Afiles.html
| | |-- cd_selinux_3A_3Amain_3A_3Ainstall.html
| | |-- cd_selinux_3A_3Aparams.html
| | `-- cd_selinux.html
| |-- file.README.html
| |-- frames.html
| |-- _index.html
| |-- index.html
| |-- puppet_class_list.html
| `-- top-level-namespace.html
|-- manifests
| |-- main
| | |-- config.pp
| | |-- dirs.pp
| | |-- files.pp
| | `-- install.pp
| |-- init.pp
| `-- params.pp
|-- templates
| `-- main
| `-- selinux_config.erb
|-- tests
| `-- UTF_Files
|-- CHANGELOG.md
|-- Gemfile
|-- Gemfile.lock
|-- Jenkinsfile
|-- LICENSE
`-- README.md
9 directories, 33 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>
@@ -110,6 +110,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_selinux</code>|
Status| 0.0.1.1 | <a href="https://pipelines.confdroid.com/job/cd_selinux/"><img
|---|---|---|---| src="https://pipelines.confdroid.com/buildStatus/icon?job=cd_selinux"></a>|</p>
|<code>cd_selinux</code>| 0.0.1.1 | <a
href="https://pipelines.confdroid.com/buildStatus/icon?job=cd_selinux">{Build
Status</a>/]|</p>
<h3 id="label-Synopsis">Synopsis</h3> <h3 id="label-Synopsis">Synopsis</h3>
@@ -87,51 +84,48 @@ 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_selinux/blob/master/REPOSTRUCTURE.md">Repo href="https://gitlab.confdroid.com/12WW1160/cd_selinux/blob/master/REPOSTRUCTURE.md">Repo
Structure</a></p> Structure</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_selinux/blob/master/CHANGELOG.md">Changelog</a></p> href="https://gitlab.confdroid.com/12WW1160/cd_selinux/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 required for selinux and related tools</p>
* install binaries required for selinux and related tools</p>
<p>Configuration <p>Configuration * manage /etc/sysconfig/selinux file (file system
* manage /etc/sysconfig/selinux file (file system permissions, selinux context, content) * manage current selinux status
permissions, selinux context, content)
* manage current selinux status
(permissive,enforcing)</p> (permissive,enforcing)</p>
<h3 id="label-Repo+Structure">Repo Structure</h3> <h3 id="label-Repo+Structure">Repo Structure</h3>
@@ -157,7 +151,7 @@ for yum repo resources.</p>
include cd_selinux include cd_selinux
}</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_selinux::params</strong> must be added to the host or hostgroup <strong>cd_selinux::params</strong> must be added to the host or hostgroup
@@ -243,8 +237,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_selinux</code>|
Status| 0.0.1.1 | <a href="https://pipelines.confdroid.com/job/cd_selinux/"><img
|---|---|---|---| src="https://pipelines.confdroid.com/buildStatus/icon?job=cd_selinux"></a>|</p>
|<code>cd_selinux</code>| 0.0.1.1 | <a
href="https://pipelines.confdroid.com/buildStatus/icon?job=cd_selinux">{Build
Status</a>/]|</p>
<h3 id="label-Synopsis">Synopsis</h3> <h3 id="label-Synopsis">Synopsis</h3>
@@ -87,51 +84,48 @@ 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_selinux/blob/master/REPOSTRUCTURE.md">Repo href="https://gitlab.confdroid.com/12WW1160/cd_selinux/blob/master/REPOSTRUCTURE.md">Repo
Structure</a></p> Structure</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_selinux/blob/master/CHANGELOG.md">Changelog</a></p> href="https://gitlab.confdroid.com/12WW1160/cd_selinux/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 required for selinux and related tools</p>
* install binaries required for selinux and related tools</p>
<p>Configuration <p>Configuration * manage /etc/sysconfig/selinux file (file system
* manage /etc/sysconfig/selinux file (file system permissions, selinux context, content) * manage current selinux status
permissions, selinux context, content)
* manage current selinux status
(permissive,enforcing)</p> (permissive,enforcing)</p>
<h3 id="label-Repo+Structure">Repo Structure</h3> <h3 id="label-Repo+Structure">Repo Structure</h3>
@@ -157,7 +151,7 @@ for yum repo resources.</p>
include cd_selinux include cd_selinux
}</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_selinux::params</strong> must be added to the host or hostgroup <strong>cd_selinux::params</strong> must be added to the host or hostgroup
@@ -243,8 +237,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_selinux Puppet Class: cd_selinux
&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_selinux::init.pp <p>cd_selinux::init.pp Module name: cd_selinux Author: Arne Teuke
Module name: cd_selinux (arne_teuke@confdroid.com) License: This file is part of cd_selinux.</p>
Author: Arne Teuke
(arne_teuke@confdroid.com)
License:
This file is part of cd_selinux.</p>
<p>cd_selinux is used for providing automatic configuration of SELINUX. <p>cd_selinux is used for providing automatic configuration of SELINUX.
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_selinux::main::config Puppet Class: cd_selinux::main::config
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -84,42 +84,33 @@ cd_selinux.
<div class="docstring"> <div class="docstring">
<div class="discussion"> <div class="discussion">
<p>cd_selinux::main::config.pp <p>cd_selinux::main::config.pp Module name: cd_selinux Author: Arne Teuke
Module name: cd_selinux
Author: Arne Teuke
(arne_teuke@ConfDroid.com)</p> (arne_teuke@ConfDroid.com)</p>
<h1 id="label-License%3A">License:</h1> <h1 id="label-License-3A">License:</h1>
<p>This file is part of cd_selinux.</p> <p>This file is part of cd_selinux.</p>
<p>cd_selinux is used for providing automatic configuration of SELINUX. <p>cd_selinux is used for providing automatic configuration of SELINUX.
Copyright (C) 2016 ConfDroid (copyright@ConfDroid.com) This program is
Copyright (C) 2016 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_selinux::main::dirs Puppet Class: cd_selinux::main::dirs
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -83,42 +83,33 @@
<div class="docstring"> <div class="docstring">
<div class="discussion"> <div class="discussion">
<p>cd_selinux::main::dirs.pp <p>cd_selinux::main::dirs.pp Module name: cd_selinux Author: Arne Teuke
Module name: cd_selinux
Author: Arne Teuke
(arne_teuke@ConfDroid.com)</p> (arne_teuke@ConfDroid.com)</p>
<h1 id="label-License%3A">License:</h1> <h1 id="label-License-3A">License:</h1>
<p>This file is part of cd_selinux.</p> <p>This file is part of cd_selinux.</p>
<p>cd_selinux is used for providing automatic configuration of SELINUX <p>cd_selinux is used for providing automatic configuration of SELINUX
Copyright (C) 2016 ConfDroid (copyright@ConfDroid.com) This program is
Copyright (C) 2016 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_selinux::main::files Puppet Class: cd_selinux::main::files
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -83,42 +83,33 @@
<div class="docstring"> <div class="docstring">
<div class="discussion"> <div class="discussion">
<p>cd_selinux::main::files.pp <p>cd_selinux::main::files.pp Module name: cd_selinux Author: Arne Teuke
Module name: cd_selinux
Author: Arne Teuke
(arne_teuke@ConfDroid.com)</p> (arne_teuke@ConfDroid.com)</p>
<h1 id="label-License%3A">License:</h1> <h1 id="label-License-3A">License:</h1>
<p>This file is part of cd_selinux.</p> <p>This file is part of cd_selinux.</p>
<p>cd_selinux is used for providing automatic configuration of SELINUX <p>cd_selinux is used for providing automatic configuration of SELINUX
Copyright (C) 2016 ConfDroid (copyright@ConfDroid.com) This program is
Copyright (C) 2016 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_selinux::main::install Puppet Class: cd_selinux::main::install
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -84,42 +84,33 @@ cd_selinux
<div class="docstring"> <div class="docstring">
<div class="discussion"> <div class="discussion">
<p>cd_selinux::main::install.pp <p>cd_selinux::main::install.pp Module name: cd_selinux Author: Arne Teuke
Module name: cd_selinux
Author: Arne Teuke
(arne_teuke@ConfDroid.com)</p> (arne_teuke@ConfDroid.com)</p>
<h1 id="label-License%3A">License:</h1> <h1 id="label-License-3A">License:</h1>
<p>This file is part of cd_selinux.</p> <p>This file is part of cd_selinux.</p>
<p>cd_selinux is used for providing automatic configuration of SELINUX <p>cd_selinux is used for providing automatic configuration of SELINUX
Copyright (C) 2016 ConfDroid (copyright@ConfDroid.com) This program is
Copyright (C) 2016 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_selinux::params Puppet Class: cd_selinux::params
&mdash; Documentation by YARD 0.9.12 &mdash; Documentation by YARD 0.9.16
</title> </title>
@@ -94,42 +94,33 @@ inherited by all classes except defines.
<div class="docstring"> <div class="docstring">
<div class="discussion"> <div class="discussion">
<p>cd_selinux::params.pp <p>cd_selinux::params.pp Module name: cd_selinux Author: Arne Teuke
Module name: cd_selinux
Author: Arne Teuke
(arne_teuke@ConfDroid.com)</p> (arne_teuke@ConfDroid.com)</p>
<h1 id="label-License%3A">License:</h1> <h1 id="label-License-3A">License:</h1>
<p>This file is part of cd_selinux.</p> <p>This file is part of cd_selinux.</p>
<p>cd_selinux is used for providing automatic configuration of SELINUX. <p>cd_selinux is used for providing automatic configuration of SELINUX.
Copyright (C) 2016 ConfDroid (copyright@ConfDroid.com) This program is
Copyright (C) 2016 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">
@@ -148,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>
@@ -167,8 +157,7 @@ to choose, i.e. <code>latest</code> or <code>present</code>.</p>
&mdash; &mdash;
<div class='inline'> <div class='inline'>
<p>Whether to install additional selinux <p>Whether to install additional selinux tools, i.e. for troubleshooting.</p>
tools, i.e. for troubleshooting.</p>
</div> </div>
</li> </li>
@@ -186,19 +175,13 @@ tools, i.e. for troubleshooting.</p>
&mdash; &mdash;
<div class='inline'> <div class='inline'>
<p>The desired selinux status. Used for both <p>The desired selinux status. Used for both managing the configuration file
managing the configuration file as well as the command line (setenforce). Valid values are
as well as the command line (setenforce).
Valid values are
<code>enforcing</code> and <code>permissive</code>. While the configuration <code>enforcing</code> and <code>permissive</code>. While the configuration
file file supports another option &#39;disabled&#39;, this option is not
supports another option &#39;disabled&#39;, this option is not available on commandline. Note that changing the active selinux status from
available on <code>disabled</code> to any the other types requires a manual reboot to
commandline. Note that changing the active selinux status from re-lable the file system. This module does not do that for you to avoid
<code>disabled</code>
to any the other types requires a manual reboot to
re-lable the file system.
This module does not do that for you to avoid
unexpected outages.</p> unexpected outages.</p>
</div> </div>
@@ -217,8 +200,7 @@ unexpected outages.</p>
&mdash; &mdash;
<div class='inline'> <div class='inline'>
<p>The desired selinux type. Valid options are <p>The desired selinux type. Valid options are <code>targeted</code>,
<code>targeted</code>,
<code>minimum</code> and <code>mls</code>.</p> <code>minimum</code> and <code>mls</code>.</p>
</div> </div>

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>