centos6 default repo files
[bootstrapfs.git] / nodeconfig / yum / centos6 / yum.conf
1 # CentOS 5
2 [main]
3 # Overwriting the default yum repos dir
4 reposdir=/etc/yum.myplc.d
5 pkgpolicy=newest
6 exactarch=0
7 keepcache=0
8 cachedir=/var/cache/yum
9 debuglevel=1
10 logfile=/var/log/yum.log
11 distroverpkg=redhat-release
12 tolerant=1
13 obsoletes=1
14 gpgcheck=1
15 plugins=0
16
17 # Note: yum-RHN-plugin doesn't honor this.
18 metadata_expire=1h
19
20 # Default.
21 # installonly_limit = 3
22