git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).