Skip to content

Commit 3a942d0

Browse files
authored
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.
1 parent ab72f55 commit 3a942d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/convert.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ The `begin_at_step` parameter can be used to facilitate re-running this plan aft
3636

3737
## Convert compilers to legacy
3838

39-
### Puppet Enterprise installed with puppetlabs-peadm version 3.21 or later
39+
### Puppet Enterprise installed with puppetlabs-peadm version 3.25 or later
4040

4141
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.
4242

4343
```shell
4444
bolt plan run peadm::convert_compiler_to_legacy legacy_hosts=compiler1.example.com,compiler2.example.com primary_host=primary.example.com
4545
```
4646

47-
### Puppet Enterprise installed with puppetlabs-peadm version prior to 3.21
47+
### Puppet Enterprise installed with puppetlabs-peadm version prior to 3.25
4848

4949
Follow Steps 1 to 3 in the [Upgrade Puppet Enterprise with legacy compilers](upgrade_with_legacy_compilers.md) documentation.

0 commit comments

Comments
 (0)