You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intention is to present instructions on installing Bolt and the module, and keep instructions about running the install plan separate in the install plan docs.
Copy file name to clipboardExpand all lines: README.md
+22-6Lines changed: 22 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,31 @@ PEADM is a supported PE module. If you are a PE customer with the standard or pr
27
27
28
28
## Overview
29
29
30
-
This is the standard workflow for using PEADM to deploy a new PE installation.
30
+
This is the standard workflow for installing PEADM.
31
31
32
32
1.[Install Bolt](https://www.puppet.com/docs/bolt/latest/bolt_installing) on a jump host.
33
33
2. To create a Bolt project that includes the PEADM module, run:</br>`mkdir <YOUR_PROJECT> && cd <YOUR_PROJECT> && bolt project init <YOUR_PROJECT> --modules puppetlabs-peadm`
34
-
3. In the Bolt project directory, update the `inventory.yaml` file with connection information for the servers you plan to use for hosting PE infrastructure.
35
-
4. In the Bolt project directory, create a `params.json` file containing the installation parameters.
36
-
5. Run `peadm::install --params @params.json`.
37
-
38
-
Typically after using PEADM to install PE, the module is not required again until you want to automate an upgrade by using the `peadm::upgrade` plan.
34
+
3. In the Bolt project directory, update the `inventory.yaml` file with connection information for the servers you plan to use for hosting PE infrastructure. For example:
0 commit comments