Skip to content

Instantly share code, notes, and snippets.

@martezr
Last active April 9, 2020 17:39
Show Gist options
  • Save martezr/9f82880fbb0fd7f36c1af0146a31074e to your computer and use it in GitHub Desktop.
Save martezr/9f82880fbb0fd7f36c1af0146a31074e to your computer and use it in GitHub Desktop.
Puppet Azure PE Installation
./puppet-enterprise-2019.5.0-el-7-x86_64/puppet-enterprise-installer
=============================================================
    Puppet Enterprise Installer
=============================================================
## Installer analytics are enabled by default.
## To disable, set the DISABLE_ANALYTICS environment variable and rerun this script. For example, "sudo DISABLE_ANALYTICS=1 ./puppet-enterprise-installer".
## If puppet_enterprise::send_analytics_data is set to false in your existing pe.conf, this is not necessary and analytics will be disabled.
Puppet Enterprise offers the following methods of installation:
[1] Express Installation (Recommended)
This method will install PE and provide you with a link at the end of the installation to reset your PE console admin password
Make sure to click on the link and reset your password before proceeding to use PE
[2] Text-mode Install
This method will open your EDITOR (vi) with a PE config file (pe.conf) for you to edit before you proceed with installation.
The pe.conf file is a HOCON formatted file that declares parameters and values needed to install and configure PE.
We recommend that you review it carefully before proceeding.
=============================================================
How would you like to proceed? [1]:
## Puppet Enterprise configuration complete!
## Please set your console admin password using the following link:
https://puppetmaster.lbhh5ws3frre5b2naurtc3rqdf.gx.internal.cloudapp.net/auth/reset?token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJhcGlfdXNlciIsInN1YiI6IjBjNjRjY2I3LWJmNWMtNDRkMy05Nzg3LTVjNmFkM2Y5MTNiMyIsImV4cCI6MTU4NjUzODE5MiwiaWF0IjoxNTg2NDUxNzkyfQ.C4xApyZAvDrtHQl5fQBuNnSW2UX1M2-T1OwO60jHEBKkyQuZQr1_YvLrjKChQhEUEA3i2Xo7Cqz5HYeSAXNp-2dz6RGFXIy2l_8ri_rat2rGLYWRnhZHihcU6x4pfAxDObWhInI10oV1TawHJoqvpQG-9PtwELghhyGPOIABDAhv-6zS_kNq8FpnDDZwJMMFBuH57JAm2zn73yEjq5BGMUnQTXqNWRiiPi5FMIS_XSdQJuvpZqWsHv1YTOGoyabYQKTO1lJju7Zc1jyIj7UcMaSYBalEbRZoQn5mhzxLZh_mWJvGDTVKVSWa3QA03yVV6rdXgjPjx6eD8LzRT11AhRmnfG9D9ZxenFPAfLWtvidYW9EHwDq5MGj253qZznXetlcmzWwuNCaDf16kw9NEWYnwTTO5DBLzxa40EkgT_E3I1oDqxOHCDCz3TAiX_yVm3sLb2obxrFUdMX0dOvkh3h9m2fTKLfeCihqqkllOljTKpTGjkEa3C8vGzk9-amo-q55ERmEjHtXn5uuPd7xbauRzz5TgsJUPSgPJTzdTJVp6bgNBKrUATHHP5vw_B_HRBi00cGLjQ9wywUoolpWn10Hl4yswLqkAZeuj_Hz42SlGemAfnfHcfatOGeZ29Z8Oo7rE3WfaY_o_5NJ_lXx9LPBXgOk4lN0K0Xde_Q4Fp58
Documentation: https://puppet.com/docs/pe/2019.5/pe_user_guide.html
Release notes: https://puppet.com/docs/pe/2019.5/pe_release_notes.html
If this is a monolithic configuration, run 'puppet agent -t' to complete the setup of this system.
If this is a split configuration, install or upgrade the remaining PE components, and then run puppet agent -t on the Puppet master, PuppetDB, and PE console, in that order.
tar -xzf puppet-enterprise-2019.5.0-el-7-x86_64.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment