We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
targets
1 parent e215959 commit 897c87aCopy full SHA for 897c87a
plans/subplans/component_install.pp
@@ -1,9 +1,10 @@
1
# @api private
2
#
3
# @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
6
# @param avail_group_letter _ Either A or B; whichever of the two letter designations the component is assigned to
7
# @param dns_alt_names _ A comma_separated list of DNS alt names for the component
-# @param primary_host _ The hostname the primary Puppet server
8
# @param role _ Optional PEADM role the component will serve
9
plan peadm::subplans::component_install(
10
Peadm::SingleTargetSpec $targets,
0 commit comments