From 897c87a307689f78f8e991cc8ac44df954776563 Mon Sep 17 00:00:00 2001 From: Reid Vandewiele Date: Sat, 30 Apr 2022 15:17:11 -0700 Subject: [PATCH] Add missing `targets` @param tag Also rearrange @param tags to match order of plan parameters --- plans/subplans/component_install.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plans/subplans/component_install.pp b/plans/subplans/component_install.pp index 68f07e76..74e5a616 100644 --- a/plans/subplans/component_install.pp +++ b/plans/subplans/component_install.pp @@ -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,