Skip to content

Commit

Permalink
Merge pull request #225 from evgeni/katello-host-tools
Browse files Browse the repository at this point in the history
also remove katello-host-tools and katello-host-tools-facts-plugin
  • Loading branch information
sideangleside authored Oct 2, 2017
2 parents d50cc23 + cacc821 commit 5be9021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def unregister_system():
def clean_katello_agent():
"""Remove old Katello agent (aka Gofer) and certificate RPMs."""
print_generic("Removing old Katello agent and certs")
call_yum("erase", "'katello-ca-consumer-*' katello-agent gofer")
call_yum("erase", "'katello-ca-consumer-*' katello-agent gofer katello-host-tools katello-host-tools-fact-plugin")
delete_file("/etc/rhsm/ca/katello-server-ca.pem")


Expand Down

0 comments on commit 5be9021

Please sign in to comment.