Skip to content

Commit 0cc5474

Browse files
committed
update doc comments
1 parent ee4d45c commit 0cc5474

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

plans/add_replica.pp

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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.
109
plan peadm::add_replica(
1110
# Standard or Large
1211
Peadm::SingleTargetSpec $primary_host,

0 commit comments

Comments
 (0)