recommit for updates in build 7

This commit is contained in:
Jenkins Server
2017-08-03 13:35:51 +02:00
parent 9a39429e24
commit 199800e57a
11 changed files with 106 additions and 30 deletions

View File

@@ -139,7 +139,7 @@ class cd_selinux {
</div>
<div id="footer">
Generated on Thu Jul 20 14:47:33 2017 by
Generated on Thu Aug 3 13:35:49 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -136,7 +136,15 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
27
28
29
30</pre>
30
31
32
33
34
35
36
37
38</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/config.pp', line 24</span>
@@ -147,6 +155,14 @@ class cd_selinux::main::config (
include cd_selinux::main::files
if $sx_selinux_status == &#39;enforcing&#39; {
exec { &#39;set_selinux_status&#39;:
command =&gt; &#39;setenforce 1&#39;,
path =&gt; [&#39;/usr/sbin&#39;,&#39;/usr/bin&#39;],
provider =&gt; shell,
unless =&gt; &#39;getenforce | grep -i &quot;enforcing&quot;&#39;
}
}
}</pre>
</td>
</tr>
@@ -155,7 +171,7 @@ class cd_selinux::main::config (
</div>
<div id="footer">
Generated on Thu Jul 20 14:47:34 2017 by
Generated on Thu Aug 3 13:35:49 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -176,7 +176,7 @@ class cd_selinux::main::dirs (
</div>
<div id="footer">
Generated on Thu Jul 20 14:47:33 2017 by
Generated on Thu Aug 3 13:35:49 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -178,7 +178,7 @@ class cd_selinux::main::files (
</div>
<div id="footer">
Generated on Thu Jul 20 14:47:34 2017 by
Generated on Thu Aug 3 13:35:49 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -173,7 +173,7 @@ class cd_selinux::main::install (
</div>
<div id="footer">
Generated on Thu Jul 20 14:47:34 2017 by
Generated on Thu Aug 3 13:35:49 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>

View File

@@ -186,12 +186,20 @@ tools, i.e. for troubleshooting.</p>
&mdash;
<div class='inline'>
<p>The desired selinux status. Valid values
are <code>enforcing</code>,
`<code>permissive</code>, <code>disabled</code>. Note that changing from
disabled
to any othe other types requires a manual reboot to relable the
file system.</p>
<p>The desired selinux status. Used for both
managing the configuration file
as well as the command line (setenforce).
Valid values are
<code>enforcing</code> and <code>permissive</code>. While the configuration
file
supports another option &#39;disabled&#39;, this option is not
available on
commandline. Note that changing the active selinux status from
<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>
</div>
</li>
@@ -226,10 +234,6 @@ file system.</p>
<pre class="lines">
34
35
36
37
38
39
40
@@ -256,10 +260,14 @@ file system.</p>
61
62
63
64</pre>
64
65
66
67
68</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 34</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 38</span>
class cd_selinux::params (
@@ -299,7 +307,7 @@ $sx_main_file_erb = &#39;cd_selinux/main/selinux_config.erb&#39;
</div>
<div id="footer">
Generated on Thu Jul 20 14:47:33 2017 by
Generated on Thu Aug 3 13:35:49 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>