diff options
| author | mail_redacted_for_web | 2026-01-24 10:52:30 +0100 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-01-24 10:52:30 +0100 |
| commit | 881a62ca7802e711b2defc0972c36a4c3a299e55 (patch) | |
| tree | bbde4e77f2bf3e3365913a0766bf9098c215843c /README.md | |
| parent | c67471029dfe3b325e18d910dbe357a8c58f51ce (diff) | |
| download | control-repo-template-1.1.0-lnde.tar.bz2 | |
Adjusted README1.1.0-lnde
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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). |
