Readd facter-2* exclude on centos6.

As part of move to add a puppet3 master the facter-2* exclusion on
centos6 was removed. We need this exclusion so add it back.

Change-Id: I085b242739a572cf2daeb514a46e93b36104d3ee
This commit is contained in:
Clark Boylan 2014-07-02 14:35:22 -07:00
parent 6adda92be8
commit b61a992d15

View File

@ -102,7 +102,7 @@ gpgcheck=1
EOF
if [ "$THREE" != 'yes' ]; then
echo "exclude=puppet-2.8* puppet-2.9* puppet-3*" >> /etc/yum.repos.d/puppetlabs.repo
echo 'exclude=puppet-2.8* puppet-2.9* puppet-3* facter-2*' >> /etc/yum.repos.d/puppetlabs.repo
fi
yum update -y