Skip to content

Commit

Permalink
Restrict katello-agent check to only 6.15 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Feb 16, 2024
1 parent b4467b9 commit 20fde99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/checks/katello_agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Checks::CheckKatelloAgentEnabled < ForemanMaintain::Check
tags :pre_upgrade

confine do
!feature(:capsule)
feature(:satellite) && feature(:satellite).current_minor_version == '6.14'
end
end

Expand Down

0 comments on commit 20fde99

Please sign in to comment.