Skip to content

Commit

Permalink
Fixes #37149: Include certs tar in backup
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Feb 12, 2024
1 parent f6974d9 commit 38b9c6c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions definitions/features/foreman_proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@ def content_module
end

def certs_param_name
if check_min_version('foreman', '1.21')
return { :param_section => 'certs', :param_key => 'tar_file' }
end

{ :param_section => 'foreman_proxy_content', :param_key => 'certs_tar' }
{ :param_section => 'certs', :param_key => 'tar_file' }
end

def certs_tar
Expand Down

0 comments on commit 38b9c6c

Please sign in to comment.