Skip to content

Commit

Permalink
Add description for new parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Friderici committed Aug 23, 2023
1 parent 183df36 commit b7e15fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifests/ca.pp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# the same syntax as Puppet's native file resource's "mode" parameter.
# (defaults to '0444', i.e. world-readable)
# [*ca_file_extension*]
# TODO: add description
# File extenstion for the certificate.
#
# === Examples
#
Expand Down
14 changes: 9 additions & 5 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,19 @@
# [*package_name*]
# The name of the package(s) to be installed
# [*trusted_cert_dir*]
# TODO: add description
# Absolute directory path to the folder containing trusted certificates.
# [*distrusted_cert_dir*]
# TODO: add description
# Absolute directory path to the folder containing distrusted certificates.
# [*update_cmd*]
# TODO: add description
# Command to be used to update CA certificates.
# [*cert_dir_group*]
# TODO: add description
# The installed trusted certificate's POSIX group permissions. This uses
# the same syntax as Puppet's native file resource's "group" parameter.
# (defaults to 'root' with the exeption of AIX which defaults to 'system').
# [*cert_dir_mode*]
# TODO: add description
# The installed trusted certificate's POSIX filesystem permissions. This uses
# the same syntax as Puppet's native file resource's "mode" parameter.
# (defaults to '0444', i.e. world-readable).
# [*supported*]
# Boolean to ensure module runs only on supported OS families and versions.
#
Expand Down

0 comments on commit b7e15fc

Please sign in to comment.