Skip to content

Commit e557b53

Browse files
Merge pull request #312 from puppetlabs/davidsandilands-docfix
Update expanding.md
2 parents 3cc886e + d4106a3 commit e557b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/expanding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The initial Primary will be assigned availability group **A** and the initial Re
5050

5151
In deployments which adopted the Extra Large deployment architecture you must provide the `replica_postgresql_host` parameter set to the PE-PostgreSQL server which will be collocated within the same availability group as the new Replica Puppet server. The `peadm::get_peadm_config` task will help you determine the most appropriate value. In the **Example** section below, the task has figured out which PE-PostgreSQL server is the Replica PE-PostgreSQL database server. You'll find the value at `params.replica_postgresql_host`, which is equal to `pe-psql-6251cd-1.us-west1-b.c.slice-cody.internal`. Reminder, the Replica PE-PostgreSQL server **MUST** be provisioned and deployed prior to initializing a Replica Puppet server.
5252

53-
bolt plan run peadm::get_peadm_config --targets <primary-server-fqdn>
53+
bolt task run peadm::get_peadm_config --targets <primary-server-fqdn>
5454
bolt plan run peadm::add_replica primary_host=<primary-server-fqdn> replica_host=<new-replica-server-fqdn> replica_postgresql_host=<replica-postgres-server-fqdn>
5555

5656
**Example**
@@ -206,4 +206,4 @@ Adding a Compiler to a deployment which has adopted the Extra Large deployment a
206206
}
207207
}
208208
Successful on 1 target: pe-server-65e03f-0.us-west1-a.c.slice-cody.internal
209-
Ran on 1 target in 2.35 sec
209+
Ran on 1 target in 2.35 sec

0 commit comments

Comments
 (0)