Skip to content

Commit

Permalink
Drop register-in-foreman option from install message output
Browse files Browse the repository at this point in the history
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
  • Loading branch information
ehelms committed Feb 24, 2025
1 parent 356cd94 commit 177bb70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion KATELLO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-register-in-foreman "true"\
--foreman-proxy-foreman-base-url "https://master.example.com"\
--foreman-proxy-trusted-hosts "master.example.com"\
--foreman-proxy-trusted-hosts "myforeman-proxy.example.com"\
Expand Down
1 change: 0 additions & 1 deletion katello_certs/hooks/boot/02-message-helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def proxy_instructions_message(kafo)
#{installer_command}\\
--scenario #{scenario_name}\\
--certs-tar-file "<%= color("#{certs_tar_file}", :info) %>"\\
--foreman-proxy-register-in-foreman "true"\\
--foreman-proxy-foreman-base-url "#{foreman_url}"\\
--foreman-proxy-trusted-hosts "#{fqdn}"\\
--foreman-proxy-trusted-hosts "#{foreman_proxy_fqdn}"\\
Expand Down

0 comments on commit 177bb70

Please sign in to comment.