Actions
Bug #15811
closedCommand used to check Yum capabilities at agent start calls home to Satellite if there is a Satellite plugin
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
We check Yum capabilities at start with
/usr/bin/yum --setopt=exit_on_lock=True 2>&1 | /bin/grep -q -E '(Command line error: no such option: --setopt|Main config did not have a exit_on_lock attr. before setopt)'
adding --noplugins seems to solve the issue
Actions