From d111cdd06f5e722e4e41e0364787544e519fee58 Mon Sep 17 00:00:00 2001 From: jafiala Date: Thu, 23 Jul 2026 16:35:21 +0200 Subject: [PATCH] Move foremanctl from prereqs to first step --- ...ect-server-configuration-with-an-external-database.adoc | 7 ++++++- ...ect-server-configuration-with-the-default-database.adoc | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/guides/common/modules/proc_deploy-project-server-configuration-with-an-external-database.adoc b/guides/common/modules/proc_deploy-project-server-configuration-with-an-external-database.adoc index 20e3f50144a..efef0b51cf4 100644 --- a/guides/common/modules/proc_deploy-project-server-configuration-with-an-external-database.adoc +++ b/guides/common/modules/proc_deploy-project-server-configuration-with-an-external-database.adoc @@ -20,9 +20,14 @@ For more information, see {AdministeringDocURL}installing-postgresql-as-an-exter For more information, see {InstallingServerDocURL}planning-{project-context}-server-installation_{project-context}[Planning {ProjectServer} installation]. * Your system is prepared for the installation. For more information, see {InstallingServerDocURL}preparing-environment-for-{project-context}-server-installation_{project-context}[Preparing environment for {ProjectServer} installation]. -* Your system has the `{foremanctl}` package installed. .Procedure +. Install the `{foremanctl}` package: ++ +[options="nowrap" subs="+quotes,attributes"] +---- +# {package-install} {foremanctl} +---- . Update the system to the latest available version: + [options="nowrap" subs="+quotes,attributes"] diff --git a/guides/common/modules/proc_deploy-project-server-configuration-with-the-default-database.adoc b/guides/common/modules/proc_deploy-project-server-configuration-with-the-default-database.adoc index 58fe5a1c645..6de30f786c0 100644 --- a/guides/common/modules/proc_deploy-project-server-configuration-with-the-default-database.adoc +++ b/guides/common/modules/proc_deploy-project-server-configuration-with-the-default-database.adoc @@ -17,9 +17,14 @@ include::snip_deploy-overwrites-note.adoc[] For more information, see xref:{InstallingServerDocURL}planning-{project-context}-server-installation_{project-context}[Planning {ProjectServer} installation]. * Your system is prepared for the installation. For more information, see xref:{InstallingServerDocURL}preparing-environment-for-{project-context}-server-installation_{project-context}[Preparing environment for {ProjectServer} installation]. -* Your system has the `{foremanctl}` package installed. .Procedure +. Install the `{foremanctl}` package: ++ +[options="nowrap" subs="+quotes,attributes"] +---- +# {package-install} {foremanctl} +---- . Update the system to the latest available version: + [options="nowrap" subs="+quotes,attributes"]