- Download the latest version of Puppet Enterprise (PE)
- Download client tools for the most recent version of PE
- Download older versions of PE from the previous releases page
To download the installer directly to the node that will be your primary server, use these commands:
-
SSH into the node where you want to install PE.
-
Use wget or cURL, as appropriate, to download Puppet Enterprise 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?
0 comments
Please sign in to leave a comment.
Related articles