Skip to content

Commit dbe702d

Browse files
authored
Merge pull request #259 from puppetlabs/docs/updates-the-ref-architecture-link-to-install-doc
Fix docs references from "provision" to "install"
2 parents 9c2ef76 + 169ed41 commit dbe702d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/convert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Prepare to run the plan against all servers in the PE infrastructure, using a pa
1919
}
2020
```
2121

22-
See the [provision](provision.md#reference-architectures) documentation for a list of supported architectures. Note that for convert, *all infrastructure being converted must already be functional*; you cannot use convert to add new systems to the infrastructure, nor can you use it to change your architecture.
22+
See the [install](install.md#reference-architectures) documentation for a list of supported architectures. Note that for convert, *all infrastructure being converted must already be functional*; you cannot use convert to add new systems to the infrastructure, nor can you use it to change your architecture.
2323

2424
```
2525
bolt plan run peadm::convert --params @params.json

documentation/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Installation content can be downloaded from [https://puppet.com/try-puppet/puppe
4242

4343
## Online usage
4444

45-
The peadm::provision plan can be configured to download installation content directly to hosts. To configure online installation, set the `download_mode` parameter of the `peadm::provision` plan to `direct`. The direct mode is often more efficient when PE hosts have a route to the internet.
45+
The `peadm::install` plan can be configured to download installation content directly to hosts. To configure online installation, set the `download_mode` parameter of the `peadm::install` plan to `direct`. The direct mode is often more efficient when PE hosts have a route to the internet.
4646

4747
## Usage over the Orchestrator transport
4848

0 commit comments

Comments
 (0)