As a Support customer, you can download the latest version of Puppet Enterprise without filling out a form. Find the link here. If you're not a customer, get the latest version of PE here.
Download the most recent version of our long term support release from the previous releases page.
To download the installer directly to the node that will be your primary server, you can use these commands:
-
SSH into the node where you want to install it.
-
Use wget or cURL to download Puppet Enterprise, as appropriate to your environment.
On the command line, run
wget --content-disposition "<DOWNLOAD URL>"
or
curl -JLO "<DOWNLOAD URL>"
Make sure to use quotation marks, for example:
wget --content-disposition "https://pm.puppet.com/cgi-bin/download.cgi?dist=el&rel=8&arch=x86_64&ver=latest"
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.