File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 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.
65# @param primary_host - The hostname and certname of the primary Puppet server
76# @param replica_host - The hostname and certname of the replica VM
87# @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.
109plan peadm::add_replica(
1110 # Standard or Large
1211 Peadm::SingleTargetSpec $primary_host ,
You can’t perform that action at this time.
0 commit comments