Skip to content

Commit 45c7d90

Browse files
authored
Merge pull request #213 from puppetlabs/reidmv-patch-1
Update documentation to reference supported PE version
2 parents deb59f4 + ce449d7 commit 45c7d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Example params.json Bolt parameters file (shown: Extra Large with DR):
9999
"console_password": "puppetlabs",
100100
"dns_alt_names": [ "puppet", "puppet.lab1.puppet.vm" ],
101101
"compiler_pool_address": "puppet.lab1.puppet.vm",
102-
"version": "2019.1.1"
102+
"version": "2021.3.0"
103103
}
104104
```
105105

@@ -111,7 +111,7 @@ The peadm::install plan downloads installation content from an online repository
111111

112112
The default staging directory is `/tmp`. If a different staging dir is being used, it can be specified using the `stagingdir` parameter to the peadm::install plan.
113113

114-
The content needed is the PE installation tarball for the target version. The installation content should be in the staging dir, and should have its original name. E.g. `/tmp/puppet-enterprise-2019.2.2-el-7-x86_64.tar.gz`.
114+
The content needed is the PE installation tarball for the target version. The installation content should be in the staging dir, and should have its original name. E.g. `/tmp/puppet-enterprise-2021.3.0-el-7-x86_64.tar.gz`.
115115

116116
Installation content can be downloaded from [https://puppet.com/try-puppet/puppet-enterprise/download/](https://puppet.com/try-puppet/puppet-enterprise/download/).
117117

0 commit comments

Comments
 (0)