Skip to content

Instantly share code, notes, and snippets.

@cliffdickerson
Created October 15, 2010 22:21
Show Gist options
  • Save cliffdickerson/629072 to your computer and use it in GitHub Desktop.
Save cliffdickerson/629072 to your computer and use it in GitHub Desktop.
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
# Note: yum-RHN-plugin doesn't honor this.
metadata_expire=1h
# Default.
# installonly_limit = 3
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
** /etc/yum.repos.d/inhouse.repo
store.noarch 1-10 inhouse
#[base]
#name=CentOS-$releasever - Base
#baseurl=http://10.20.30.254/cblr/ks_mirror/centos-5.5-x86_64
#gpgcheck=1
#enabled=1
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
#[epel]
#name=epel
#baseurl=http://10.20.30.254/cblr/repo_mirror/epel-x86_64/
#gpgcheck=0
#enabled=1
#[elff]
#name=elff
#baseurl=http://10.20.30.254/cblr/repo_mirror/elff-x86_64/
#gpgcheck=0
#enabled=1
[inhouse]
name=inhouse
baseurl=http://10.20.30.254/cblr/repo_mirror/deploy
gpgcheck=0
enabled=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment