Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_openfact_5x/custom_facts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion docs/_openfact_5x/fact_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/_openfact_5x/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
.
Loading