Skip to content

Commit 3c6ada2

Browse files
authored
Merge pull request #143 from vchepkov/fix-params
fix documented parameters for peadm::install plan
2 parents 88b651e + 08f9c17 commit 3c6ada2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: plans/action/install.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# The clone URL of the controlrepo to use. This just uses the basic config
55
# from the documentaion https://puppet.com/docs/pe/2019.0/code_mgr_config.html
66
#
7-
# @param r10k_private_key
7+
# @param r10k_private_key_file
88
# The private key to use for r10k. If this is a local file it will be copied
99
# over to the masters at /etc/puppetlabs/puppetserver/ssh/id-control_repo.rsa
1010
# If the file does not exist the value will simply be supplied to the masters
1111
#
12-
# @param license_key
12+
# @param license_key_file
1313
# The license key to use with Puppet Enterprise. If this is a local file it
1414
# will be copied over to the MoM at /etc/puppetlabs/license.key
1515
# If the file does not exist the value will simply be supplied to the masters

0 commit comments

Comments
 (0)