Closed sideangleside closed 6 years ago
Add a yum clean all to the unregister_system() function. Otherwise when registering, the client can potentially have yum metadata which references content that actually doesn't exist in the client's content view.
yum clean all
unregister_system()
Add a
yum clean all
to theunregister_system()
function. Otherwise when registering, the client can potentially have yum metadata which references content that actually doesn't exist in the client's content view.