Created
December 1, 2013 19:09
-
-
Save stahnma/7739439 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[main] | |
cachedir=/tmp/cache/yum | |
debuglevel=1 | |
reposdir=/dev/null | |
logfile=/var/log/yum.log | |
retries=20 | |
obsoletes=1 | |
gpgcheck=0 | |
assumeyes=1 | |
syslog_ident=mock | |
# repos | |
[centos-base] | |
name=centos-base | |
enabled=1 | |
mirrorlist=http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os | |
failovermethod=priority | |
[centos-updates] | |
name=centos-updates | |
enabled=1 | |
mirrorlist=http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=updates | |
failovermethod=priority | |
[puppetlabs-products-el6-x86_64] | |
name=Puppet Labs Products 6 - x86_64 | |
baseurl=http://yum.puppetlabs.com/el/6/products/x86_64 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs | |
enabled=1 | |
gpgcheck=1 | |
[puppetlabs-deps-el6-x86_64] | |
name=Puppet Labs Dependencies 6 - x86_64 | |
baseurl=http://yum.puppetlabs.com/el/6/dependencies/x86_64 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs | |
enabled=1 | |
gpgcheck=1 | |
[puppetlabs-products-source-el6-x86_64] | |
name=Puppet Labs Products 6 - x86_64 - Source | |
baseurl=http://yum.puppetlabs.com/el/6/products/SRPMS | |
gpgkey=file:///yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs | |
failovermethod=priority | |
enabled=0 | |
gpgcheck=1 | |
[puppetlabs-deps-source-el6-x86_64] | |
name=Puppet Labs Source Dependencies 6 - x86_64 - Source | |
baseurl=http://yum.puppetlabs.com/el/6/dependencies/SRPMS | |
gpgkey=file:///yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs | |
enabled=0 | |
gpgcheck=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment