Add agent install overview, component versions table, and clean up stale content#71
Merged
tuxmea merged 5 commits intoApr 22, 2026
Conversation
tuxmea
requested changes
Apr 21, 2026
acf302b to
c071b1e
Compare
tuxmea
approved these changes
Apr 21, 2026
Contributor
|
@miharp can you please sign your commits? |
…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>
Signed-off-by: Michael Harp <mike@mikeharp.com>
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> Signed-off-by: Michael Harp <mike@mikeharp.com>
The CLI command is still `puppet apply`, not `openvox apply`. Signed-off-by: Michael Harp <mike@mikeharp.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Restore hiera_intro.md from stub to full content
- Restore hiera_config_yaml_5.md from stub to full content
- Add layout: default to hiera_config_yaml_3.md and hiera_config_yaml_4.md
- Update Puppet product references to OpenVox throughout
- Remove {:.concept}/{:.reference}/{:.task} markers
- Fix broken {{facter}} variable references
- Fix broken puppet.com external links to local pages
- Fix Liquid syntax error in glob example with raw/endraw tags
- Fix various typos and formatting issues from original
Signed-off-by: Michael Harp <mike@mikeharp.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Change wording - Review examples and text - Add new information Signed-off-by: Martin Alfke <ma@betadots.de>
49fa1cb to
195fcab
Compare
Contributor
|
Thank you! |
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