From acc593c74cd565c118c9103dd87f26e63c03ebde Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 15 May 2019 15:39:16 -0600 Subject: [PATCH] Update the release rpm location The release rpms have been moved to the top level of yum.puppet.com See https://groups.google.com/forum/#!msg/puppet-users/cCsGWKunBe4/OdG0T7LeDAAJ Change-Id: I43969b98a00fc2a4601119fd7d90ca1a29f537b1 --- playbooks/prepare-node-common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/prepare-node-common.yaml b/playbooks/prepare-node-common.yaml index a7d5711fd..11be2605d 100644 --- a/playbooks/prepare-node-common.yaml +++ b/playbooks/prepare-node-common.yaml @@ -121,7 +121,7 @@ export YUM=yum fi if [[ -f /usr/bin/yum || -f /usr/bin/dnf ]]; then - $YUM install -y https://yum.puppetlabs.com/puppet5/puppet5-release-el-7.noarch.rpm + $YUM install -y https://yum.puppetlabs.com/puppet5-release-el-7.noarch.rpm $YUM install -y puppet-agent elif [ -f /usr/bin/apt-get ]; then wget https://apt.puppetlabs.com/puppet5-release-{{ ansible_distribution_release }}.deb -O /tmp/puppet.deb