From 00161a87304b57e133b4e2d6f1464e9608ce3f80 Mon Sep 17 00:00:00 2001 From: Martin Alfke Date: Wed, 22 Apr 2026 22:27:32 +0200 Subject: [PATCH] Several small fixes - correct link to release pages - omit backslash from ruby $load_path - use structured fact in example Signed-off-by: Martin Alfke --- docs/_openfact_5x/custom_facts.md | 2 +- docs/_openfact_5x/fact_overview.md | 2 +- docs/_openfact_5x/release_notes.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_openfact_5x/custom_facts.md b/docs/_openfact_5x/custom_facts.md index dc82f6556..19f3d7d86 100644 --- a/docs/_openfact_5x/custom_facts.md +++ b/docs/_openfact_5x/custom_facts.md @@ -23,7 +23,7 @@ Because you can't include arbitrary Ruby code in your manifests, the best soluti OpenFact offers multiple methods of loading facts: -- `$LOAD\_PATH`, or the Ruby library load path +- `$LOAD_PATH`, or the Ruby library load path - The `--custom-dir` command line option - The environment variable 'FACTERLIB' diff --git a/docs/_openfact_5x/fact_overview.md b/docs/_openfact_5x/fact_overview.md index 945db5526..fec3743d3 100644 --- a/docs/_openfact_5x/fact_overview.md +++ b/docs/_openfact_5x/fact_overview.md @@ -37,7 +37,7 @@ Facter.add(:rubypath) do end Facter.add(:rubypath) do - confine :osfamily => "Windows" + confine :os['family'] => "Windows" # Windows uses 'where' instead of 'which' setcode 'where ruby' end diff --git a/docs/_openfact_5x/release_notes.md b/docs/_openfact_5x/release_notes.md index 0dccd23c8..c14ac7573 100644 --- a/docs/_openfact_5x/release_notes.md +++ b/docs/_openfact_5x/release_notes.md @@ -9,12 +9,12 @@ This page documents the history of the OpenFact 5.5 series. Released on April 9, 2026 -Please check the [GitHub OpenFact release page](https://github.com/OpenVoxProject/openfact/releases/tags/5.6.0) for details on new features or bug fixes +Please check the [GitHub OpenFact release page](https://github.com/OpenVoxProject/openfact/releases/tag/5.6.0) for details on new features or bug fixes . ## OpenFact 5.5.0 Released February 20, 2026 -Please check the [GitHub OpenFact release page](https://github.com/OpenVoxProject/openfact/releases/tags/5.6.0) for details on new features or bug fixes +Please check the [GitHub OpenFact release page](https://github.com/OpenVoxProject/openfact/releases/tag/5.6.0) for details on new features or bug fixes .