From b53c69cfb2359b2d5330bda8e92fce0c319fbeb7 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Wed, 20 Apr 2016 17:48:27 +0200 Subject: [PATCH] Consume the latest puppetlabs rpm when installing puppet We had it pinned to an specific version, which can cause problems when new packages are released, forcing to bump periodically. Instead of that, consume the latest rpm that will give us the latest published version. Change-Id: Idc9f40cdc8a9e47bdf9baa141c09e97f7884d3cf --- install_puppet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_puppet.sh b/install_puppet.sh index 50580f4b35..45386bc8aa 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -121,7 +121,7 @@ function setup_puppet_fedora { } function setup_puppet_rhel7 { - local puppet_pkg="https://yum.puppetlabs.com/el/7/products/x86_64/puppetlabs-release-7-10.noarch.rpm" + local puppet_pkg="https://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm" # install a bootstrap epel repo to install latest epel-release # package (which provides correct gpg keys, etc); then remove