Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
PE 3.7.2
-
RHEL 6.4 x86_64
Description
The file "packages/3.7.2/el-6-x86_64.bash" (from the curl command used to install puppet on agents) has mismatching repository names:
cat <<REPO > /etc/yum.repos.d/pe_repo.repo
[puppetlabs-pepackages]
name=Puppet Labs PE Packages \$releasever - \$basearch
baseurl=https://puppet.ep.com:8140/packages/3.7.2/el-6-x86_64
enabled=1
gpgcheck=1
sslverify=False
proxy=none
gpgkey=https://puppet.ep.com:8140/packages/GPG-KEY-puppetlabs
REPO
yum clean all -disablerepo="*" --enablerepo=pe_repo <-- here
Error says:
Error getting repository data for pe_repo, repository not found
While this does not break the process while installing on a machine manually, this causes VMware to cancel the VM provisioning process.