Compare commits

..

6 Commits

Author SHA1 Message Date
Jenkins
86482d0d2d Merge branch 'jenkins-build-8' into 'master'
Auto-merge for build 8

See merge request puppet/confdroid_automatic!7
2026-03-31 15:52:55 +02:00
Jenkins Server
354656bbb4 Recommit for updates in build 8 2026-03-30 14:19:07 +02:00
Jenkins Server
cabf393a0f Merge remote-tracking branch 'origin/master' into jenkins-build-8 2026-03-30 14:19:07 +02:00
cfd45de3d8 OP#547 update Readme 2026-03-30 14:18:06 +02:00
aae0f70464 OP#547 update Readme 2026-03-30 13:54:12 +02:00
Jenkins
10d06872c3 Merge branch 'jenkins-build-6' into 'master'
Auto-merge for build 6

See merge request puppet/confdroid_automatic!5
2026-03-30 11:51:02 +00:00
3 changed files with 18 additions and 7 deletions

View File

@@ -20,7 +20,9 @@
dnf-automatic is a mechanism to allow automatic OS updates for Rocky 9 and similar RHEL 9 based operating systems. dnf-automatic is a mechanism to allow automatic OS updates for Rocky 9 and similar RHEL 9 based operating systems.
`confdroid_automatic` manages dnf-automatic installations and configurations. `confdroid_automatic` manages dnf-automatic installations and configurations.
Choose the required update and reboot policy per host, host group, environment etc. Set the email notification about updates, that's all it needs.
## WARNING ## WARNING
@@ -29,7 +31,7 @@ dnf-automatic is a mechanism to allow automatic OS updates for Rocky 9 and simil
## Features ## Features
- install required binaries, - install required binaries,
- mane files and directories with proper selinux context - manage files and directories with proper selinux context
- manage main configurations files via parameters - manage main configurations files via parameters
- manage service - manage service
@@ -56,7 +58,7 @@ via site.pp or nodes.pp
```ruby ```ruby
node 'example.example.net' { node 'example.example.net' {
include automatic include confdroid_automatic
} }
``` ```
@@ -74,6 +76,7 @@ See [more details about class deployment on confdroid.com](https://confdroid.com
- Puppet Parser - Puppet Parser
- ERB Template Parser - ERB Template Parser
- Sonar Quality Gate - Sonar Quality Gate
- End-to-end deployments in Rocky-9 environments
## Contact Us ## Contact Us

View File

@@ -93,6 +93,8 @@
<p><code>confdroid_automatic</code> manages dnf-automatic installations and configurations.</p> <p><code>confdroid_automatic</code> manages dnf-automatic installations and configurations.</p>
<p>Choose the required update and reboot policy per host, host group, environment etc. Set the email notification about updates, thats all it needs.</p>
<h2 id="label-WARNING">WARNING</h2> <h2 id="label-WARNING">WARNING</h2>
<blockquote> <blockquote>
@@ -103,7 +105,7 @@
<ul><li> <ul><li>
<p>install required binaries,</p> <p>install required binaries,</p>
</li><li> </li><li>
<p>mane files and directories with proper selinux context</p> <p>manage files and directories with proper selinux context</p>
</li><li> </li><li>
<p>manage main configurations files via parameters</p> <p>manage main configurations files via parameters</p>
</li><li> </li><li>
@@ -135,7 +137,7 @@
<p>via site.pp or nodes.pp</p> <p>via site.pp or nodes.pp</p>
<pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; { <pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; {
include automatic include confdroid_automatic
} }
</code></pre> </code></pre>
<ul><li> <ul><li>
@@ -160,6 +162,8 @@
<p>ERB Template Parser</p> <p>ERB Template Parser</p>
</li><li> </li><li>
<p>Sonar Quality Gate</p> <p>Sonar Quality Gate</p>
</li><li>
<p>End-to-end deployments in Rocky-9 environments</p>
</li></ul> </li></ul>
<h2 id="label-Contact+Us">Contact Us</h2> <h2 id="label-Contact+Us">Contact Us</h2>

View File

@@ -93,6 +93,8 @@
<p><code>confdroid_automatic</code> manages dnf-automatic installations and configurations.</p> <p><code>confdroid_automatic</code> manages dnf-automatic installations and configurations.</p>
<p>Choose the required update and reboot policy per host, host group, environment etc. Set the email notification about updates, thats all it needs.</p>
<h2 id="label-WARNING">WARNING</h2> <h2 id="label-WARNING">WARNING</h2>
<blockquote> <blockquote>
@@ -103,7 +105,7 @@
<ul><li> <ul><li>
<p>install required binaries,</p> <p>install required binaries,</p>
</li><li> </li><li>
<p>mane files and directories with proper selinux context</p> <p>manage files and directories with proper selinux context</p>
</li><li> </li><li>
<p>manage main configurations files via parameters</p> <p>manage main configurations files via parameters</p>
</li><li> </li><li>
@@ -135,7 +137,7 @@
<p>via site.pp or nodes.pp</p> <p>via site.pp or nodes.pp</p>
<pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; { <pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; {
include automatic include confdroid_automatic
} }
</code></pre> </code></pre>
<ul><li> <ul><li>
@@ -160,6 +162,8 @@
<p>ERB Template Parser</p> <p>ERB Template Parser</p>
</li><li> </li><li>
<p>Sonar Quality Gate</p> <p>Sonar Quality Gate</p>
</li><li>
<p>End-to-end deployments in Rocky-9 environments</p>
</li></ul> </li></ul>
<h2 id="label-Contact+Us">Contact Us</h2> <h2 id="label-Contact+Us">Contact Us</h2>