From ead40d65eb0725f710be42a777b59f1af4d60edd Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 14 Sep 2023 16:00:20 +0200 Subject: [PATCH] Refs #36573 - Drop puppet-server-foreman-url parameter Since Foreman 3.8 this defaults to the value specified in --foreman-proxy-foreman-base-url --- _includes/manuals/3.8/3.2.3_installation_scenarios.md | 1 - _includes/manuals/nightly/3.2.3_installation_scenarios.md | 1 - 2 files changed, 2 deletions(-) diff --git a/_includes/manuals/3.8/3.2.3_installation_scenarios.md b/_includes/manuals/3.8/3.2.3_installation_scenarios.md index c842db46f8..3c43082718 100644 --- a/_includes/manuals/3.8/3.2.3_installation_scenarios.md +++ b/_includes/manuals/3.8/3.2.3_installation_scenarios.md @@ -63,7 +63,6 @@ foreman-installer \ --no-enable-foreman-cli-puppet \ --enable-puppet \ --puppet-server-ca=false \ - --puppet-server-foreman-url=https://foreman.example.com \ --enable-foreman-proxy \ --foreman-proxy-puppetca=false \ --foreman-proxy-foreman-base-url=https://foreman.example.com \ diff --git a/_includes/manuals/nightly/3.2.3_installation_scenarios.md b/_includes/manuals/nightly/3.2.3_installation_scenarios.md index c842db46f8..3c43082718 100644 --- a/_includes/manuals/nightly/3.2.3_installation_scenarios.md +++ b/_includes/manuals/nightly/3.2.3_installation_scenarios.md @@ -63,7 +63,6 @@ foreman-installer \ --no-enable-foreman-cli-puppet \ --enable-puppet \ --puppet-server-ca=false \ - --puppet-server-foreman-url=https://foreman.example.com \ --enable-foreman-proxy \ --foreman-proxy-puppetca=false \ --foreman-proxy-foreman-base-url=https://foreman.example.com \