Skip to content

Commit

Permalink
Merge pull request #152 from omaciel/clean-libvirt
Browse files Browse the repository at this point in the history
Removed redundant calls to install libvirt.
  • Loading branch information
Ichimonji10 committed Feb 25, 2015
2 parents 58d037d + ba4aab3 commit 8ce1eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ def downstream_install(admin_password=None):
manage_repos()

# Install required packages for the installation
run('yum install -y katello libvirt')
run('yum install -y katello')

run('katello-installer -v -d --foreman-admin-password="{0}"'.format(
admin_password))
Expand Down Expand Up @@ -821,7 +821,7 @@ def cdn_install():
manage_repos(cdn=True)

# Install required packages for the installation
run('yum install -y katello libvirt')
run('yum install -y katello')

run('katello-installer -v -d --foreman-admin-password="{0}"'.format(
admin_password))
Expand Down

0 comments on commit 8ce1eee

Please sign in to comment.