Skip to content

Commit

Permalink
Add missing targets @param tag
Browse files Browse the repository at this point in the history
Also rearrange @param tags to match order of plan parameters
  • Loading branch information
reidmv committed Apr 30, 2022
1 parent e215959 commit 897c87a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plans/subplans/component_install.pp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# @api private
#
# @summary Install a new PEADM component
# @param targets _ The hostname of the new component server
# @param primary_host _ The hostname the primary Puppet server
# @param avail_group_letter _ Either A or B; whichever of the two letter designations the component is assigned to
# @param dns_alt_names _ A comma_separated list of DNS alt names for the component
# @param primary_host _ The hostname the primary Puppet server
# @param role _ Optional PEADM role the component will serve
plan peadm::subplans::component_install(
Peadm::SingleTargetSpec $targets,
Expand Down

0 comments on commit 897c87a

Please sign in to comment.