From 606c3b48f001fc094022f99d181fd7935806890b Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 8 Apr 2015 08:27:56 +1000 Subject: [PATCH] Run yum update on Centos7 hosts We haven't been running an update on the centos7 hosts since the beginning (e.g. I80024d1afdb4e40d5fe9793ab2ec443b887c5fa8); it looks like this was just forgotten. Change-Id: I0eb7119b03dbbfe6697a656dfe57186f9a1ef791 --- install_puppet.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_puppet.sh b/install_puppet.sh index 718227bdd2..0307c88ebb 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -109,6 +109,8 @@ EOF yum --enablerepo=epel-bootstrap -y install epel-release rm -f /etc/yum.repos.d/epel-bootstrap.repo + yum update -y + # NOTE: we preinstall lsb_release to ensure facter sets lsbdistcodename yum install -y redhat-lsb-core git puppet