From ee62c99b9c28dfa345ee081afba4d0dc27a084e9 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 23 Mar 2018 17:28:56 -0700 Subject: [PATCH] Revert "centos7: don't install EPEL" This reverts commit 37c26280bfba775acfd1455be895ef6488efbbb5. This was originally removed so that EPEL would not be installed in our nodepool images. We no longer run this script when creating those images, so it can be safely restored. It should be restored because without this, we are unable to spin up a cgit server (which requires epel). Change-Id: I93e6487ab9a2eae5f927abf43aea7e3e19c5ac9e --- install_puppet.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/install_puppet.sh b/install_puppet.sh index 27792caceb..30ee15b2b7 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -135,6 +135,20 @@ function setup_puppet_fedora { } function setup_puppet_rhel7 { + # install a bootstrap epel repo to install latest epel-release + # package (which provides correct gpg keys, etc); then remove + # boostrap + cat > /etc/yum.repos.d/epel-bootstrap.repo <