check_package_manager_lock can report that /var/run/yum.pid exists (which is true) when yum itself is not running causing the auter --apply to fail.
Suggest modifying the check to see whether the pid in that file is running rather than testing for the existence of the file.
check_package_manager_lock can report that /var/run/yum.pid exists (which is true) when yum itself is not running causing the auter --apply to fail. Suggest modifying the check to see whether the pid in that file is running rather than testing for the existence of the file.