Recommit for updates in build 13

This commit is contained in:
Jenkins Server
2026-03-13 13:57:27 +01:00
parent bff1533a51
commit 62e5d4d4ed
2 changed files with 28 additions and 10 deletions

View File

@@ -60,7 +60,7 @@
<div id="content"><div id='filecontents'>
<h1 id="label-Readme">Readme</h1>
<p><a href="https://jenkins.confdroid.com/job/confdroid_puppet/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_puppet"></a> <a href="https://sonarqube.confdroid.com/dashboard?id=confdroid_puppet"><img src="https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_puppet&amp;metric=security_hotspots&amp;token=sqb_97a025b42213e7290a4f6e3d459957ee96c49db8"></a></p>
<p><a href="https://jenkins.confdroid.com/job/confdroid_puppet/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_puppet"></a> <a href="https://sonarqube.confdroid.com/dashboard?id=confdroid_puppet"><img src="https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_puppet&amp;metric=security_hotspots&amp;token=sqb_97a025b42213e7290a4f6e3d459957ee96c49db8"></a> <a href="https://deepwiki.com/grizzlycoda/puppet_collection"><img src="https://deepwiki.com/badge.svg"></a></p>
<ul><li>
<p><a href="#readme">Readme</a></p>
</li><li>
@@ -74,7 +74,7 @@
</li><li>
<p><a href="#firewall">Firewall</a></p>
</li><li>
<p><a href="#directories-files-and-services">Directories, Files and Services,</a></p>
<p><a href="#directories-files-and-services">Directories, Files and Services</a></p>
</li><li>
<p><a href="#optional">Optional</a></p>
</li><li>
@@ -109,13 +109,22 @@
<p>This Puppet module configures settings a full Puppet environment, i.e. Puppet master, Puppet agents pointed to the master.</p>
<p>Optionally: * R10k to connect to a control repo and manage puppet modules * webhook listener to trigger r10k when a puppet module has been updated. * PuppetDB for exporting and storing resources.</p>
<p>Optionally:</p>
<ul><li>
<p>R10k to connect to a control repo and manage puppet modules</p>
</li><li>
<p>webhook listener to trigger r10k when a puppet module has been updated.</p>
</li><li>
<p>PuppetDB for exporting and storing resources.</p>
</li></ul>
<p>The syntax is specifically for Puppet Core 8 and Rocky 9, although might work elsewhere as well. This module is also designed to work with <a href="https://www.theforeman.org/manuals/3.13/quickstart_guide.html">Foreman</a> as External Node Classifier (ENC), although it does not install Foreman.</p>
<h2 id="label-WARNING">WARNING</h2>
<p><strong><em>Attention: Never use this puppet module on systems which have been previously configured manually. It is impossible to predict how and what would have been configured, hence previous configurations outside the scope of this module may be overwritten! Automated configurations require a test environment to verify that the module suits the purpose intended by the user, as well as tune the parameters, before deploying into live production</em></strong></p>
<blockquote>
<p><strong>Attention: Never use this puppet module on systems which have been previously configured manually. It is impossible to predict how and what would have been configured, hence previous configurations outside the scope of this module may be overwritten! Automated configurations require a test environment to verify that the module suits the purpose intended by the user, as well as tune the parameters, before deploying into live production</strong></p>
</blockquote>
<h2 id="label-Features">Features</h2>
@@ -131,7 +140,7 @@
<p>open firewall ports depending on choices above</p>
</li></ul>
<h3 id="label-Directories-2C+Files+and+Services-2C">Directories, Files and Services,</h3>
<h3 id="label-Directories-2C+Files+and+Services">Directories, Files and Services</h3>
<ul><li>
<p>manage directories and required files including permissions and selinux context (todo)</p>
</li><li>

View File

@@ -60,7 +60,7 @@
<div id="content"><div id='filecontents'>
<h1 id="label-Readme">Readme</h1>
<p><a href="https://jenkins.confdroid.com/job/confdroid_puppet/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_puppet"></a> <a href="https://sonarqube.confdroid.com/dashboard?id=confdroid_puppet"><img src="https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_puppet&amp;metric=security_hotspots&amp;token=sqb_97a025b42213e7290a4f6e3d459957ee96c49db8"></a></p>
<p><a href="https://jenkins.confdroid.com/job/confdroid_puppet/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_puppet"></a> <a href="https://sonarqube.confdroid.com/dashboard?id=confdroid_puppet"><img src="https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_puppet&amp;metric=security_hotspots&amp;token=sqb_97a025b42213e7290a4f6e3d459957ee96c49db8"></a> <a href="https://deepwiki.com/grizzlycoda/puppet_collection"><img src="https://deepwiki.com/badge.svg"></a></p>
<ul><li>
<p><a href="#readme">Readme</a></p>
</li><li>
@@ -74,7 +74,7 @@
</li><li>
<p><a href="#firewall">Firewall</a></p>
</li><li>
<p><a href="#directories-files-and-services">Directories, Files and Services,</a></p>
<p><a href="#directories-files-and-services">Directories, Files and Services</a></p>
</li><li>
<p><a href="#optional">Optional</a></p>
</li><li>
@@ -109,13 +109,22 @@
<p>This Puppet module configures settings a full Puppet environment, i.e. Puppet master, Puppet agents pointed to the master.</p>
<p>Optionally: * R10k to connect to a control repo and manage puppet modules * webhook listener to trigger r10k when a puppet module has been updated. * PuppetDB for exporting and storing resources.</p>
<p>Optionally:</p>
<ul><li>
<p>R10k to connect to a control repo and manage puppet modules</p>
</li><li>
<p>webhook listener to trigger r10k when a puppet module has been updated.</p>
</li><li>
<p>PuppetDB for exporting and storing resources.</p>
</li></ul>
<p>The syntax is specifically for Puppet Core 8 and Rocky 9, although might work elsewhere as well. This module is also designed to work with <a href="https://www.theforeman.org/manuals/3.13/quickstart_guide.html">Foreman</a> as External Node Classifier (ENC), although it does not install Foreman.</p>
<h2 id="label-WARNING">WARNING</h2>
<p><strong><em>Attention: Never use this puppet module on systems which have been previously configured manually. It is impossible to predict how and what would have been configured, hence previous configurations outside the scope of this module may be overwritten! Automated configurations require a test environment to verify that the module suits the purpose intended by the user, as well as tune the parameters, before deploying into live production</em></strong></p>
<blockquote>
<p><strong>Attention: Never use this puppet module on systems which have been previously configured manually. It is impossible to predict how and what would have been configured, hence previous configurations outside the scope of this module may be overwritten! Automated configurations require a test environment to verify that the module suits the purpose intended by the user, as well as tune the parameters, before deploying into live production</strong></p>
</blockquote>
<h2 id="label-Features">Features</h2>
@@ -131,7 +140,7 @@
<p>open firewall ports depending on choices above</p>
</li></ul>
<h3 id="label-Directories-2C+Files+and+Services-2C">Directories, Files and Services,</h3>
<h3 id="label-Directories-2C+Files+and+Services">Directories, Files and Services</h3>
<ul><li>
<p>manage directories and required files including permissions and selinux context (todo)</p>
</li><li>