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
chore(docs): update version references for puppetlabs-peadm (#507)
Updated the documentation to reflect the new version 3.25 for Puppet Enterprise installed with puppetlabs-peadm. This change ensures the documentation is accurate and up-to-date with the latest version.
Copy file name to clipboardExpand all lines: documentation/convert.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,14 +36,14 @@ The `begin_at_step` parameter can be used to facilitate re-running this plan aft
36
36
37
37
## Convert compilers to legacy
38
38
39
-
### Puppet Enterprise installed with puppetlabs-peadm version 3.21 or later
39
+
### Puppet Enterprise installed with puppetlabs-peadm version 3.25 or later
40
40
41
41
To convert compilers to legacy compilers use the `peadm::convert_compiler_to_legacy` plan. This plan will create the needed Node group and Classifier rules to make compilers legacy. Also will add certificate extensions to those nodes.
42
42
43
43
```shell
44
44
bolt plan run peadm::convert_compiler_to_legacy legacy_hosts=compiler1.example.com,compiler2.example.com primary_host=primary.example.com
45
45
```
46
46
47
-
### Puppet Enterprise installed with puppetlabs-peadm version prior to 3.21
47
+
### Puppet Enterprise installed with puppetlabs-peadm version prior to 3.25
48
48
49
49
Follow Steps 1 to 3 in the [Upgrade Puppet Enterprise with legacy compilers](upgrade_with_legacy_compilers.md) documentation.
0 commit comments