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"
How can we improve this article?
2 comments
@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.
Related articles