Skip to content

Commit

Permalink
Update EPEL repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalonzo committed Apr 12, 2012
1 parent 917348e commit 66dbe87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion littlechef/solo.py
Expand Up @@ -279,7 +279,7 @@ def _add_rpm_repos():
with show('running'):
# Install the EPEL Yum Repository.
with settings(hide('warnings', 'running'), warn_only=True):
repo_url = "http://download.fedora.redhat.com"
repo_url = "http://dl.fedoraproject.org"
repo_path = "/pub/epel/{0}/i386/".format(rhel_version)
repo_path += "{0}.rpm".format(epel_release)
output = sudo('rpm -Uvh {0}{1}'.format(repo_url, repo_path))
Expand Down

0 comments on commit 66dbe87

Please sign in to comment.