Add agent install overview, component versions table, and clean up stale content#71
Open
miharp wants to merge 2 commits intoOpenVoxProject:masterfrom
Open
Add agent install overview, component versions table, and clean up stale content#71miharp wants to merge 2 commits intoOpenVoxProject:masterfrom
miharp wants to merge 2 commits intoOpenVoxProject:masterfrom
Conversation
…ale content
- Add install_what_and_where.markdown: new page documenting where the
openvox-agent package installs binaries, config, code, cache, logs,
and the system service/user on *nix and Windows
- Add component versions table to about_agent.md seeded from 8.25.0
onward (OpenFact, Ruby, OpenSSL per release), fix broken links
({{facter}}, {{hiera}}, {{puppetserver}} all resolved to /), rename
Facter→OpenFact, and update puppet apply→openvox apply
- Remove release_notes_agent.md (stale Puppet 5.x content) and redirect
all references to release_notes.html
- Add new page to nav under "Installing and upgrading"
Signed-off-by: Michael Harp <mike@mikeharp.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
tuxmea
requested changes
Apr 21, 2026
| link: "about_agent.html" | ||
| - text: OpenVox agent release notes | ||
| link: "release_notes_agent.html" | ||
| - text: Quick start guides |
Contributor
There was a problem hiding this comment.
Why did you remove the release notes?
Contributor
Author
There was a problem hiding this comment.
release_notes_agent.md: contained stale Puppet 5.x content; all references redirected to release_notes.html
| * [Puppet known issues]({{puppet}}/known_issues.html) | ||
| * [System requirements]({{puppet}}/system_requirements.html) | ||
| * [Component versions in `puppet-agent`]({{puppet}}/about_agent.html) | ||
| * [Puppet agent release notes]({{puppet}}/release_notes_agent.html) |
Contributor
There was a problem hiding this comment.
This file is unused and a remaining artifact from the old puppet docs.
Please check _data/nav/openvox_8x.yml to add the new document to the navigation menu.
File is an unused artifact from the original Puppet docs import; removing it from the PR diff per reviewer feedback. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
install_what_and_where.markdown— documents where theopenvox-agentpackage installs binaries, config, code, cache, logs, and the system service/user on *nix and Windows, linked from the "Installing and upgrading" nav sectionabout_agent.mdseeded from 8.25.0 onward (OpenFact, Ruby, OpenSSL per release); also fixed broken{{facter}},{{hiera}},{{puppetserver}}links (all resolved to/), renamed Facter→OpenFact, and updatedpuppet apply→openvox applyrelease_notes_agent.md: contained stale Puppet 5.x content; all references redirected torelease_notes.htmlSigned-off-by: Michael Harp mike@mikeharp.com