Skip to content

Commit

Permalink
Install wget package on capsule explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Kedar Bidarkar <kbidarka@redhat.com>
  • Loading branch information
kbidarkar committed Jul 13, 2018
1 parent 74b6a8e commit 7db6820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automation_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,7 @@ def setup_capsule(satellite_fqdn=None, capsule_fqdn=None, capsule_org=None,
run('yum -y localinstall '
'http://{0}/pub/katello-ca-consumer-latest.noarch.rpm'
.format(satellite_fqdn))
run('yum -y install wget', warn_only=True)
run('wget -O /root/capsule_script.sh http://{0}/pub/capsule_script.sh'
.format(satellite_fqdn))
run('wget -O /root/{1}-certs.tar http://{0}/pub/{1}-certs.tar'
Expand Down

0 comments on commit 7db6820

Please sign in to comment.