From b7e15fc5cdcbe813d3823886e56ad6c7e5615389 Mon Sep 17 00:00:00 2001 From: Phil Friderici Date: Wed, 23 Aug 2023 10:06:37 +0000 Subject: [PATCH] Add description for new parameters --- manifests/ca.pp | 2 +- manifests/init.pp | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/manifests/ca.pp b/manifests/ca.pp index cfaf300..030be38 100644 --- a/manifests/ca.pp +++ b/manifests/ca.pp @@ -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 # diff --git a/manifests/init.pp b/manifests/init.pp index 7243197..ee4a62f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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. #