Skip to content

Commit

Permalink
[strings] Generated Documentation Update at Revision v3.8.0-44-g3c0c3a3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoneycutt committed Dec 8, 2023
1 parent a7d10f1 commit 2d8d0c5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions file.README.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h4 id="label-Specifying+the+allowed+users">Specifying the allowed users</h4>

<h5 id="label-Example+using+an+array">Example using an array</h5>

<p>As an array where the origin for each is &#39;ALL&#39;.</p>
<p>As an array where the origin for each is ALL.</p>

<pre class="code ruby"><code class="ruby">pam::allowed_users:
- root
Expand Down Expand Up @@ -265,7 +265,7 @@ <h2 id="label-Usage">Usage</h2>

<h2 id="label-Limitations">Limitations</h2>

<p>This module has been tested to work on the following systems with Puppet versions 7 with the Ruby version associated with those releases. Please see <code>.github/workflows/ci.yaml</code> for a full matrix of supported versions. This module aims to support the current and previous major Puppet versions.</p>
<p>This module has been tested to work on the following systems with Puppet versions 7 and 8 with the Ruby version associated with those releases. Please see <code>.github/workflows/ci.yaml</code> for a full matrix of supported versions. This module aims to support the current and previous major Puppet versions.</p>
<ul><li>
<p>EL 7</p>
</li><li>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h4 id="label-Specifying+the+allowed+users">Specifying the allowed users</h4>

<h5 id="label-Example+using+an+array">Example using an array</h5>

<p>As an array where the origin for each is &#39;ALL&#39;.</p>
<p>As an array where the origin for each is ALL.</p>

<pre class="code ruby"><code class="ruby">pam::allowed_users:
- root
Expand Down Expand Up @@ -265,7 +265,7 @@ <h2 id="label-Usage">Usage</h2>

<h2 id="label-Limitations">Limitations</h2>

<p>This module has been tested to work on the following systems with Puppet versions 7 with the Ruby version associated with those releases. Please see <code>.github/workflows/ci.yaml</code> for a full matrix of supported versions. This module aims to support the current and previous major Puppet versions.</p>
<p>This module has been tested to work on the following systems with Puppet versions 7 and 8 with the Ruby version associated with those releases. Please see <code>.github/workflows/ci.yaml</code> for a full matrix of supported versions. This module aims to support the current and previous major Puppet versions.</p>
<ul><li>
<p>EL 7</p>
</li><li>
Expand Down
6 changes: 3 additions & 3 deletions puppet_classes/pam.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h2>Overview</h2>

&mdash;
<div class='inline'>
<p>String, Array or Hash of strings and/or arrays to configure users and origins in access.conf. The default allows the root user/group from origin &#39;ALL&#39;.</p>
<p>String, Array or Hash of strings and/or arrays to configure users and origins in access.conf. The default allows the root user/group from origin ALL.</p>
</div>

</li>
Expand Down Expand Up @@ -157,7 +157,7 @@ <h2>Overview</h2>

&mdash;
<div class='inline'>
<p>Control module to be used for pam_access.so for login. Valid values are &#39;required&#39;, &#39;requisite&#39;, &#39;sufficient&#39;, &#39;optional&#39; and &#39;absent&#39;.</p>
<p>Control module to be used for pam_access.so for login. Valid values are required’, ‘requisite’, ‘sufficient’, ‘optional and absent.</p>
</div>

</li>
Expand All @@ -175,7 +175,7 @@ <h2>Overview</h2>

&mdash;
<div class='inline'>
<p>Control module to be used for pam_access.so for sshd. Valid values are &#39;required&#39;, &#39;requisite&#39;, &#39;sufficient&#39;, &#39;optional&#39; and &#39;absent&#39;.</p>
<p>Control module to be used for pam_access.so for sshd. Valid values are required’, ‘requisite’, ‘sufficient’, ‘optional and absent.</p>
</div>

</li>
Expand Down
2 changes: 1 addition & 1 deletion puppet_classes/pam_3A_3Aaccesslogin.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h2>Overview</h2>

&mdash;
<div class='inline'>
<p>String, Array or Hash of strings and/or arrays to configure users and origins in access.conf. The default allows the root user/group from origin &#39;ALL&#39;.</p>
<p>String, Array or Hash of strings and/or arrays to configure users and origins in access.conf. The default allows the root user/group from origin ALL.</p>
</div>

</li>
Expand Down
2 changes: 1 addition & 1 deletion puppet_defined_types/pam_3A_3Alimits_3A_3Afragment.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h2>Overview</h2>

&mdash;
<div class='inline'>
<p>Path to the fragment file, such as &#39;puppet:///modules/pam/limits.nproc&#39;</p>
<p>Path to the fragment file, such as puppet:///modules/pam/limits.nproc</p>
</div>

</li>
Expand Down
2 changes: 1 addition & 1 deletion puppet_defined_types/pam_3A_3Aservice.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2>Overview</h2>

&mdash;
<div class='inline'>
<p>Specifies if a PAM service file should (<code>present</code>) or should not (<code>absent</code>) exist. The default is set to &#39;present&#39;</p>
<p>Specifies if a PAM service file should (<code>present</code>) or should not (<code>absent</code>) exist. The default is set to present</p>
</div>

</li>
Expand Down

0 comments on commit 2d8d0c5

Please sign in to comment.