From bb635a3c030cdc1b5718418008539f1464c2c648 Mon Sep 17 00:00:00 2001 From: Malhar Jivrajani Date: Mon, 19 Jun 2023 21:09:56 +0530 Subject: [PATCH] Additional arguments in foreman-maintain The additional arguments that can be used for foreman-maintain can be listed while updating server to next minor version. https://bugzilla.redhat.com/show_bug.cgi?id=2189967 --- .../topics/upgrading_a_connected_satellite_server.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/doc-Upgrading_and_Updating/topics/upgrading_a_connected_satellite_server.adoc b/guides/doc-Upgrading_and_Updating/topics/upgrading_a_connected_satellite_server.adoc index 23981d22032..a85029f6a2d 100644 --- a/guides/doc-Upgrading_and_Updating/topics/upgrading_a_connected_satellite_server.adoc +++ b/guides/doc-Upgrading_and_Updating/topics/upgrading_a_connected_satellite_server.adoc @@ -61,9 +61,9 @@ ifdef::satellite[] When prompted, enter the hammer admin user credentials to configure `{foreman-maintain}` with hammer credentials. These changes are applied to the `/etc/foreman-maintain/foreman-maintain-hammer.yml` file. + -[options="nowrap" subs="attributes"] +[options="nowrap" subs="+quotes,attributes"] ---- -# {foreman-maintain} upgrade check --target-version {ProductVersion} +# {foreman-maintain} upgrade check --target-version {ProductVersion} --whitelist _whitelist_arguments_ ---- + Review the results and address any highlighted error conditions before performing the upgrade.