git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormail_redacted_for_web 2026-01-24 10:52:30 +0100
committermail_redacted_for_web 2026-01-24 10:52:30 +0100
commit881a62ca7802e711b2defc0972c36a4c3a299e55 (patch)
treebbde4e77f2bf3e3365913a0766bf9098c215843c /README.md
parentc67471029dfe3b325e18d910dbe357a8c58f51ce (diff)
downloadcontrol-repo-template-1.1.0-lnde.tar.bz2
Adjusted README1.1.0-lnde
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index a540c9e..496d6ba 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# A Puppet Control Repository
+* [Remarks for this fork](#remarks-for-this-fork)
* [What You Get From This control\-repo](#what-you-get-from-this-control-repo)
* [Copy This Repo Into Your Own Git Server](#copy-this-repo-into-your-own-git-server)
* [GitLab](#gitlab)
@@ -8,6 +9,23 @@
* [Code Manager Setup](#code-manager-setup)
+## Remarks for this fork
+
+This is a fork of the public control repo template.
+
+With it, you get the authors' adjustments for:
+
+* an adjusted config\_version output (the version a Puppet agent displays when being run), tailored
+ to be more verbose about the environment's latest commit's ID, author, and message
+* an onboarding PP basically enabling you to onboard a node with a fitting certificate and the
+ proper target server (CSR attributes, however, are an unimplemented TODO, but we have at least SANs),
+ accompanied by a script making executions quicker
+
+The following texts are all left as acquired from the original repository. Bear in mind that there is
+another folder, `/onboarding`, for the onboarding scripts, and that `/scripts` now has two additional
+files. That's pretty much all of it.
+
+
## What You Get From This control-repo
This is a template [control repository](https://puppet.com/docs/pe/latest/control_repo.html) that has the minimum amount of scaffolding to make it easy to get started with [r10k](https://puppet.com/docs/pe/latest/r10k.html) or Puppet Enterprise's [Code Manager](https://puppet.com/docs/pe/latest/code_mgr.html).