File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- # @summary Add a replica to a PE architecture or replace an existing one.
2
- # Supported use cases:
3
- # 1: the replica is gone
4
- # 2: there is no replica
5
- # both use cases: we have a fresh new VM we want to provision the replica to.
1
+ # @summary Replace a replica host for a Standard or Large architecture.
2
+ # Supported use cases:
3
+ # 1: The existing replica is broken, we have a fresh new VM we want to provision the replica to.
4
+ # The new replica should have the same certname as the broken one.
6
5
# @param primary_host - The hostname and certname of the primary Puppet server
7
6
# @param replica_host - The hostname and certname of the replica VM
8
7
# @param replica_postgresql_host - The hostname and certname of the host with the replica PE-PosgreSQL database.
9
- # Can be a separate host in an XL architecture, or undef in Standard or Large.
8
+ # Can be a separate host in an XL architecture, or undef in Standard or Large.
10
9
plan peadm::add_replica(
11
10
# Standard or Large
12
11
Peadm::SingleTargetSpec $primary_host ,
You can’t perform that action at this time.
0 commit comments