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:
parent
6adda92be8
commit
b61a992d15
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user