Skip to content

Commit

Permalink
[strings] Generated Documentation Update at Revision v5.1.0-7-gb0c0c52
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoneycutt committed Dec 30, 2024
1 parent 86de534 commit eea926a
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 80 deletions.
4 changes: 3 additions & 1 deletion 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 ALL.</p>
<p>As an array where the origin for each is &#39;ALL&#39;.</p>

<pre class="code ruby"><code class="ruby">pam::allowed_users:
- root
Expand Down Expand Up @@ -330,6 +330,8 @@ <h2 id="label-Limitations">Limitations</h2>
</li><li>
<p>Debian 11</p>
</li><li>
<p>Debian 12</p>
</li><li>
<p>Ubuntu 20.04 LTS</p>
</li><li>
<p>Ubuntu 22.04 LTS</p>
Expand Down
4 changes: 3 additions & 1 deletion 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 ALL.</p>
<p>As an array where the origin for each is &#39;ALL&#39;.</p>

<pre class="code ruby"><code class="ruby">pam::allowed_users:
- root
Expand Down Expand Up @@ -330,6 +330,8 @@ <h2 id="label-Limitations">Limitations</h2>
</li><li>
<p>Debian 11</p>
</li><li>
<p>Debian 12</p>
</li><li>
<p>Ubuntu 20.04 LTS</p>
</li><li>
<p>Ubuntu 22.04 LTS</p>
Expand Down
48 changes: 4 additions & 44 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 ALL.</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 &#39;ALL&#39;.</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 required’, ‘requisite’, ‘sufficient’, ‘optional and absent.</p>
<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>
</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 required’, ‘requisite’, ‘sufficient’, ‘optional and absent.</p>
<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>
</div>

</li>
Expand Down Expand Up @@ -1229,27 +1229,7 @@ <h2>Overview</h2>
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394</pre>
374</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/init.pp', line 200</span>
Expand Down Expand Up @@ -1310,26 +1290,6 @@ <h2>Overview</h2>
Boolean $common_files_create_links = false,
Optional[String] $common_files_suffix = undef,
) {
# Fail on unsupported platforms
if $facts[&#39;os&#39;][&#39;family&#39;] == &#39;RedHat&#39; and !($facts[&#39;os&#39;][&#39;release&#39;][&#39;major&#39;] in [&#39;2&#39;,&#39;5&#39;,&#39;6&#39;,&#39;7&#39;,&#39;8&#39;, &#39;9&#39;]) {
fail(&quot;osfamily RedHat&#39;s os.release.major is &lt;${::facts[&#39;os&#39;][&#39;release&#39;][&#39;major&#39;]}&gt; and must be 2, 5, 6, 7, 8 or 9&quot;)
}

if $facts[&#39;os&#39;][&#39;family&#39;] == &#39;Solaris&#39; and !($facts[&#39;kernelrelease&#39;] in [&#39;5.9&#39;,&#39;5.10&#39;,&#39;5.11&#39;]) {
fail(&quot;osfamily Solaris&#39; kernelrelease is &lt;${facts[&#39;kernelrelease&#39;]}&gt; and must be 5.9, 5.10 or 5.11&quot;)
}

if $facts[&#39;os&#39;][&#39;family&#39;] == &#39;Suse&#39; and !($facts[&#39;os&#39;][&#39;release&#39;][&#39;major&#39;] in [&#39;9&#39;,&#39;10&#39;,&#39;11&#39;,&#39;12&#39;,&#39;13&#39;,&#39;15&#39;]) {
fail(&quot;osfamily Suse&#39;s os.release.major is &lt;${::facts[&#39;os&#39;][&#39;release&#39;][&#39;major&#39;]}&gt; and must be 9, 10, 11, 12, 13 or 15&quot;)
}

if $facts[&#39;os&#39;][&#39;name&#39;] == &#39;Debian&#39; and !($facts[&#39;os&#39;][&#39;release&#39;][&#39;major&#39;] in [&#39;7&#39;,&#39;8&#39;,&#39;9&#39;,&#39;10&#39;, &#39;11&#39;]) {
fail(&quot;Debian&#39;s os.release.major is &lt;${facts[&#39;os&#39;][&#39;release&#39;][&#39;major&#39;]}&gt; and must be 7, 8, 9, 10 or 11&quot;)
}

if $facts[&#39;os&#39;][&#39;name&#39;] == &#39;Ubuntu&#39; and !($facts[&#39;os&#39;][&#39;release&#39;][&#39;major&#39;] in [&#39;12.04&#39;, &#39;14.04&#39;, &#39;16.04&#39;, &#39;18.04&#39;, &#39;20.04&#39;, &#39;22.04&#39;]) {
fail(&quot;Ubuntu&#39;s os.release.major is &lt;${facts[&#39;os&#39;][&#39;release&#39;][&#39;major&#39;]}&gt; and must be 12.04, 14.04, 16.04, 18.04, 20.04 or 22.04&quot;)
}

if $pam_d_sshd_template == &#39;pam/sshd.custom.erb&#39; {
unless $pam_sshd_auth_lines and
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 ALL.</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 &#39;ALL&#39;.</p>
</div>

</li>
Expand Down
22 changes: 11 additions & 11 deletions puppet_classes/pam_3A_3Afaillock.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ <h2>Overview</h2>

&mdash;
<div class='inline'>
<p>The faillock dir config option</p>
<p>The faillock &#39;dir&#39; config option</p>
</div>

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

&mdash;
<div class='inline'>
<p>The faillock audit config option</p>
<p>The faillock &#39;audit&#39; config option</p>
</div>

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

&mdash;
<div class='inline'>
<p>The faillock silent config option</p>
<p>The faillock &#39;silent&#39; config option</p>
</div>

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

&mdash;
<div class='inline'>
<p>The faillock no_log_info config option</p>
<p>The faillock &#39;no_log_info&#39; config option</p>
</div>

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

&mdash;
<div class='inline'>
<p>The faillock local_users_only config option</p>
<p>The faillock &#39;local_users_only&#39; config option</p>
</div>

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

&mdash;
<div class='inline'>
<p>The faillock deny config option</p>
<p>The faillock &#39;deny&#39; config option</p>
</div>

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

&mdash;
<div class='inline'>
<p>The faillock fail_interval config option</p>
<p>The faillock &#39;fail_interval&#39; config option</p>
</div>

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

&mdash;
<div class='inline'>
<p>The faillock unlock_time config option</p>
<p>The faillock &#39;unlock_time&#39; config option</p>
</div>

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

&mdash;
<div class='inline'>
<p>The faillock even_deny_root config option</p>
<p>The faillock &#39;even_deny_root&#39; config option</p>
</div>

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

&mdash;
<div class='inline'>
<p>The faillock root_unlock_time config option</p>
<p>The faillock &#39;root_unlock_time&#39; config option</p>
</div>

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

&mdash;
<div class='inline'>
<p>The faillock admin_group config option</p>
<p>The faillock &#39;admin_group&#39; config option</p>
</div>

</li>
Expand Down
Loading

0 comments on commit eea926a

Please sign in to comment.