Compare commits

..

1 Commits

Author SHA1 Message Date
Jenkins
05de7cfb6c Merge branch 'jenkins-build-6' into 'master'
Auto-merge for build 6

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

View File

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

View File

@@ -93,8 +93,6 @@
<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>
<blockquote>
@@ -105,7 +103,7 @@
<ul><li>
<p>install required binaries,</p>
</li><li>
<p>manage files and directories with proper selinux context</p>
<p>mane files and directories with proper selinux context</p>
</li><li>
<p>manage main configurations files via parameters</p>
</li><li>
@@ -137,7 +135,7 @@
<p>via site.pp or nodes.pp</p>
<pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; {
include confdroid_automatic
include automatic
}
</code></pre>
<ul><li>
@@ -162,8 +160,6 @@
<p>ERB Template Parser</p>
</li><li>
<p>Sonar Quality Gate</p>
</li><li>
<p>End-to-end deployments in Rocky-9 environments</p>
</li></ul>
<h2 id="label-Contact+Us">Contact Us</h2>

View File

@@ -93,8 +93,6 @@
<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>
<blockquote>
@@ -105,7 +103,7 @@
<ul><li>
<p>install required binaries,</p>
</li><li>
<p>manage files and directories with proper selinux context</p>
<p>mane files and directories with proper selinux context</p>
</li><li>
<p>manage main configurations files via parameters</p>
</li><li>
@@ -137,7 +135,7 @@
<p>via site.pp or nodes.pp</p>
<pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; {
include confdroid_automatic
include automatic
}
</code></pre>
<ul><li>
@@ -162,8 +160,6 @@
<p>ERB Template Parser</p>
</li><li>
<p>Sonar Quality Gate</p>
</li><li>
<p>End-to-end deployments in Rocky-9 environments</p>
</li></ul>
<h2 id="label-Contact+Us">Contact Us</h2>