From 01773ed6238d96bc6108943362fa06eda084d5b4 Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Tue, 6 Apr 2021 16:08:34 -0400 Subject: [PATCH] Fixes #32401: Fix drop of --foreman-proxy-content-parent-fqdn parameter --- KATELLO.md | 1 - katello_certs/hooks/boot/02-message-helpers.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/KATELLO.md b/KATELLO.md index ba765785..041b0223 100644 --- a/KATELLO.md +++ b/KATELLO.md @@ -46,7 +46,6 @@ foreman-proxy-certs-generate --foreman-proxy-fqdn "myforeman-proxy-content.examp # Copy the ~/myforeman-proxy.example.com-certs.tar to the foreman-proxy system # register the system to Katello and run: foreman-installer --scenario "foreman-proxy-content"\ - --foreman-proxy-content-parent-fqdn "master.example.com"\ --foreman-proxy-register-in-foreman "true"\ --foreman-proxy-foreman-base-url "https://master.example.com"\ --foreman-proxy-trusted-hosts "master.example.com"\ diff --git a/katello_certs/hooks/boot/02-message-helpers.rb b/katello_certs/hooks/boot/02-message-helpers.rb index 878e9854..5ab992fb 100644 --- a/katello_certs/hooks/boot/02-message-helpers.rb +++ b/katello_certs/hooks/boot/02-message-helpers.rb @@ -57,7 +57,6 @@ def proxy_instructions_message(kafo) #{installer_command} \\ --scenario #{scenario_name} \\ --certs-tar-file "<%= color("#{certs_tar_file}", :info) %>"\\ - --foreman-proxy-content-parent-fqdn "#{fqdn}"\\ --foreman-proxy-register-in-foreman "true"\\ --foreman-proxy-foreman-base-url "#{foreman_url}"\\ --foreman-proxy-trusted-hosts "#{fqdn}"\\