From 43e922be463b9f47e7f9f1e161a36249149c376a Mon Sep 17 00:00:00 2001 From: Rich Jerrido Date: Mon, 15 Jan 2018 14:11:18 -0500 Subject: [PATCH] remove SAMs CA consumer RPM in remove_obsolete_packages() --- bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.py b/bootstrap.py index 9e29139..15a08c8 100644 --- a/bootstrap.py +++ b/bootstrap.py @@ -463,7 +463,7 @@ def install_puppet_agent(): def remove_obsolete_packages(): """Remove old RHN packages""" print_generic("Removing old RHN packages") - call_yum("remove", "rhn-setup rhn-client-tools yum-rhn-plugin rhnsd rhn-check rhnlib spacewalk-abrt spacewalk-oscap osad 'rh-*-rhui-client'") + call_yum("remove", "rhn-setup rhn-client-tools yum-rhn-plugin rhnsd rhn-check rhnlib spacewalk-abrt spacewalk-oscap osad 'rh-*-rhui-client' 'candlepin-cert-consumer-*'") def fully_update_the_box():