Skip to content

Commit

Permalink
restrict foreman.repo to x86_64
Browse files Browse the repository at this point in the history
This is all that's provided currently,
so always map to existing dirs, so that
non foreman related yum operations work without issue
  • Loading branch information
pixelb committed Jan 15, 2014
1 parent 3924615 commit c5195cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foreman.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[foreman]
name=Foreman stable
baseurl=http://yum.theforeman.org/releases/1.3/%FDIST%%RELEASEVER%/$basearch
baseurl=http://yum.theforeman.org/releases/1.3/%FDIST%%RELEASEVER%/x86_64
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-foreman
Expand All @@ -14,7 +14,7 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-foreman

[foreman-plugins]
name=Foreman stable - plugins
baseurl=http://yum.theforeman.org/plugins/1.3/%FDIST%%RELEASEVER%/$basearch
baseurl=http://yum.theforeman.org/plugins/1.3/%FDIST%%RELEASEVER%/x86_64
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-foreman
Expand Down

0 comments on commit c5195cb

Please sign in to comment.