Skip to content

Commit 897c87a

Browse files
committed
Add missing targets @param tag
Also rearrange @param tags to match order of plan parameters
1 parent e215959 commit 897c87a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plans/subplans/component_install.pp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# @api private
22
#
33
# @summary Install a new PEADM component
4+
# @param targets _ The hostname of the new component server
5+
# @param primary_host _ The hostname the primary Puppet server
46
# @param avail_group_letter _ Either A or B; whichever of the two letter designations the component is assigned to
57
# @param dns_alt_names _ A comma_separated list of DNS alt names for the component
6-
# @param primary_host _ The hostname the primary Puppet server
78
# @param role _ Optional PEADM role the component will serve
89
plan peadm::subplans::component_install(
910
Peadm::SingleTargetSpec $targets,

0 commit comments

Comments
 (0)