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:
parent
e4c0d38df7
commit
b53c69cfb2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user