Katello / katello-client-bootstrap

Bootstrap Script for migrating systems to Foreman & Katello
GNU General Public License v2.0
52 stars 63 forks source link

Call 'yum clean all' when unregistering from another system. #245

Closed sideangleside closed 6 years ago

sideangleside commented 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.