From 3e9656b4fbb59f66b130603c96be4f94909ff869 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Tue, 19 Dec 2023 11:01:28 +0100 Subject: [PATCH] Clarify fact searching option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccda144..a76ac3e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Also works with `http://foreman.example.com/unattended/iPXE?bootstrap=true` afte See the [Plugins install instructions, advanced installation from gems](https://theforeman.org/plugins/#2.3AdvancedInstallationfromGems) for information on how to install this plugins. -To enable legacy fact searching in addition to the UUID boot facet, create a plugin configuration file under `/etc/foreman/plugins` with; +To enable the slower fact searching in addition to the UUID boot facet, create a plugin configuration file under `/etc/foreman/plugins` with; ```yaml --- :uuidboot_factsearch: true -- GitLab