diff --git a/REPOSTRUCTURE.md b/REPOSTRUCTURE.md index e52941a..c446547 100644 --- a/REPOSTRUCTURE.md +++ b/REPOSTRUCTURE.md @@ -35,12 +35,10 @@ | `-- selinux_config.erb |-- tests | `-- UTF_Files -|-- CHANGELOG.md |-- Gemfile |-- Gemfile.lock |-- Jenkinsfile |-- LICENSE -|-- README.md -`-- REPOSTRUCTURE.md +`-- README.md -9 directories, 34 files +9 directories, 32 files diff --git a/doc/_index.html b/doc/_index.html index 2b5c490..63b471e 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -4,7 +4,7 @@ - Documentation by YARD 0.9.9 + Documentation by YARD 0.9.16 @@ -52,7 +52,7 @@
-

Documentation by YARD 0.9.9

+

Documentation by YARD 0.9.16

Alphabetic Index

@@ -110,6 +110,8 @@ + +

File Listing

    @@ -127,9 +129,7 @@
diff --git a/doc/css/style.css b/doc/css/style.css index f682a69..0bf7e2c 100644 --- a/doc/css/style.css +++ b/doc/css/style.css @@ -245,6 +245,7 @@ ul.toplevel { list-style: none; padding-left: 0; font-size: 1.1em; } dl.constants { margin-left: 10px; } 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 .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; } ul.summary li { margin-bottom: 5px; } -.summary .summary_signature { - padding: 4px 8px; - background: #f8f8f8; - border: 1px solid #f0f0f0; - border-radius: 5px; -} +.summary_signature { padding: 4px 8px; background: #f8f8f8; border: 1px solid #f0f0f0; border-radius: 5px; } .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 .summary_signature { padding: 5px 7px; padding-right: 4px; } #content .summary_signature:hover a, @@ -484,6 +481,13 @@ pre.code .rubyid_backref, pre.code .rubyid_nth_ref { color: #6D79DE; } pre.code .regexp, .dregexp { color: #036A07; } pre.code a { border-bottom: 1px dotted #bbf; } +/* inline code */ +*:not(pre) > code { + padding: 1px 3px 1px 3px; + border: 1px solid #E1E1E8; + background: #F7F7F9; + border-radius: 4px; +} /* Color fix for links */ #content .summary_desc pre.code .id > .object_link a, /* identifier */ diff --git a/doc/file.README.html b/doc/file.README.html index 7f9155e..707e838 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -6,7 +6,7 @@ File: README - — Documentation by YARD 0.9.9 + — Documentation by YARD 0.9.16 @@ -58,12 +58,8 @@
-

|Repo Name| version | Build -Status| -|---|---|---|---| -|cd_selinux| 0.0.1.1 | {Build -Status/]|

+

Synopsis

@@ -87,51 +83,45 @@ production!!! __**

Table of Contents

Features

-

Installation: -* install binaries required for selinux and related tools

+

Installation: * install binaries required for selinux and related tools

-

Configuration -* manage /etc/sysconfig/selinux file (file system -permissions, selinux context, content) -* manage current selinux status +

Configuration * manage /etc/sysconfig/selinux file (file system +permissions, selinux context, content) * manage current selinux status (permissive,enforcing)

Repo Structure

@@ -143,7 +133,7 @@ permissions, selinux context, content)

All dependencies must be included in the catalogue.

@@ -154,10 +144,10 @@ for yum repo resources.

via site.pp or nodes.pp

node 'example.example.net' {
-  include cd_puppetdb
+  include cd_selinux
 }
-

through Foreman:

+

through Foreman:

In order to apply parameters through Foreman, cd_selinux::params must be added to the host or hostgroup @@ -200,9 +190,9 @@ avoid unexpected outages.

Support

Tests

@@ -243,17 +233,14 @@ with PuppetDB (see tests/UTF_Files)

ConfDroid as entity is entirely independent from Puppet. We provide custom configuration modules, written for specific purposes and specific -environments. -The modules are tested and supported only as documented, and +environments. The modules are tested and supported only as documented, and require testing in designated environments (i.e. lab or development environments) for parameter tuning etc. before deploying into production environments.

diff --git a/doc/frames.html b/doc/frames.html index 0cb1371..b57c778 100644 --- a/doc/frames.html +++ b/doc/frames.html @@ -2,7 +2,7 @@ - Documentation by YARD 0.9.9 + Documentation by YARD 0.9.16