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
This commit is contained in:
Yolanda Robla 2016-04-20 17:48:27 +02:00
parent e4c0d38df7
commit b53c69cfb2
1 changed files with 1 additions and 1 deletions

View File

@ -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