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
This commit is contained in:
parent
88aa79beb0
commit
606c3b48f0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user