From ad60e1498d71264c9aae18bac16ba38859b2806a Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Mon, 30 Mar 2026 14:23:19 +0200 Subject: [PATCH] OP#547 add confdroid_automatic to puppet collection --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 200d975..914b8c9 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ A template for starting a r10k control repo in a new puppet infrastructure ### [confdroid_automatic](https://3for.me/wglig) -Install, configure and manage automatic OS system updates on RHEL-9 like operating systems using DNF. +Install, configure and manage automatic OS system updates on RHEL-9 like operating systems using DNF. - install required binaries, - manage files and directories with proper selinux context @@ -150,3 +150,5 @@ Install, configure and manage automatic OS system updates on RHEL-9 like operati - Q: "Why are the names of the modules using underscore instead of hyphens?" A: The modules are best deployed through the [R10k](https://github.com/puppetlabs/r10k) service using a Puppetfile. The deployment process using Puppetfile would convert the name of say "confdroid-postgresql" into a module called "confdroid" locally on the puppet server, cutting off everything after the hyphen. It also would then not deploy more than one module, because they all would be called "confdroid" +- Q: "why is always only Rocky 9 listed as supported OS"? + A: In fact **any** RHEL-9 based OS should work. But all modules are thoroughly being tested under Rocky 9 as OS of choice.