Download the latest primary server packages for Puppet Enterprise
Did this solve your problem?
75 out of 95 found this helpful
Download the latest primary server packages for Puppet Enterprise 2019.8.4.
Install PE
Upgrade to the latest version
Free resources, webinars, and workshops focused on upgrading
Download older ver...
Comments
11 comments
Running this command: wget https://pm.puppet.com/cgi-bin/download.cgi?arch=x86_64&dist=el&rel=7&ver=latest
does not download the tar.gz file. I get some smaller http file instead
Hello Robert, thank you for pointing this out! We've updated the commands in this article with the appropriate options.
Hello Paul,
I'm still having an issue. I type this command: wget --content-disposition https://pm.puppet.com/cgi-bin/download.cgi?arch=x86_64&dist=el&rel=7&ver=latest
As a result, I download a file download-puppet-enterprise which is 187638 bytes in size and this file is not a tar.gz file. It appears to be an html file with very long lines
Hi Robert, sorry that you're having issues. I'm going to pass this along to Paul. If we need to make changes here, he'll let me know.
Hello Robert, you need to include quotes around the URL:
wget --content-disposition "https://pm.puppet.com/cgi-bin/download.cgi?arch=x86_64&dist=el&rel=7&ver=latest"
If you are still unable to download the installer, please open a ticket with Support so that we can assist you further.
That did it, thanks. Sorry for the hassle.
Glad you were able to get what you needed!
Links are timing out as of now.
I'm sorry about that, and I hope it's not persisting. I see that you're getting help from the team on this one. If we need to make a change here to help with that, I'll make sure that happens.
@suzie Can make it clearer that the " " are required around the download URL at all? Some customers aren't familiar with EBNF and I've had feedback that they couldn't get it to work, and it was because they hadn't included the quotations.
Sure, I'll take care of that today. (I'll let you know when it's done.) I appreciate your feedback!
Please sign in to leave a comment.