From b61a992d15b294f467c1b5af82b175388c4e6619 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 2 Jul 2014 14:35:22 -0700 Subject: [PATCH] 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 --- install_puppet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_puppet.sh b/install_puppet.sh index dbca29a24c..f43063a12e 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -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