From 4feddcc88754b1ef60d983845feea5dc2f624bac Mon Sep 17 00:00:00 2001 From: pavelkovtunov Date: Tue, 16 Jul 2024 08:58:29 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Kenyon Ralph --- README.md | 2 +- REFERENCE.md | 6 +++--- manifests/export/pem_cert.pp | 2 +- manifests/export/pem_key.pp | 2 +- manifests/export/pkcs12.pp | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8dcda40..0446b79 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ openssl::export::pem_key { 'foo': ### Dynamic refresh of exported files -If you want Puppet to refresh the PKCS#12, PEM/x509 or PEM key file in case the input files changed, set the dynamic mode on and handle over desired resources for subscription: +If you want Puppet to refresh the PKCS#12, PEM/x509 or PEM key file in case the input files changed, set the dynamic mode on and list desired resources for subscription: ```puppet openssl::export::pkcs12 { 'bar': diff --git a/REFERENCE.md b/REFERENCE.md index 0970a9c..0632859 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -941,7 +941,7 @@ Default value: `present` Data type: `Variant[Type, Array[Type]]` -List of resources to subcribe for certificate file renewal +List of resources to subscribe to for certificate file renewal Default value: `[]` @@ -1027,7 +1027,7 @@ Default value: `present` Data type: `Variant[Type, Array[Type]]` -List of resources to subcribe for key renewal +List of resources to subscribe to for key renewal Default value: `[]` @@ -1103,7 +1103,7 @@ Default value: `present` Data type: `Variant[Type, Array[Type]]` -List of resources to subcribe for PKCS12 renewal +List of resources to subscribe to for PKCS12 renewal Default value: `[]` diff --git a/manifests/export/pem_cert.pp b/manifests/export/pem_cert.pp index 17ed475..8b41011 100644 --- a/manifests/export/pem_cert.pp +++ b/manifests/export/pem_cert.pp @@ -5,7 +5,7 @@ # @param ensure # Whether the certificate file should exist # @param resources -# List of resources to subcribe for certificate file renewal +# List of resources to subscribe to for certificate file renewal # @param pfx_cert # PFX certificate/key container # @param der_cert diff --git a/manifests/export/pem_key.pp b/manifests/export/pem_key.pp index 59a9991..eddc0fd 100644 --- a/manifests/export/pem_key.pp +++ b/manifests/export/pem_key.pp @@ -9,7 +9,7 @@ # @param ensure # Whether the keyfile should exist # @param resources -# List of resources to subcribe for key renewal +# List of resources to subscribe to for key renewal # @param in_pass # PFX container password # @param out_pass diff --git a/manifests/export/pkcs12.pp b/manifests/export/pkcs12.pp index f6d542f..e79bf14 100644 --- a/manifests/export/pkcs12.pp +++ b/manifests/export/pkcs12.pp @@ -11,7 +11,7 @@ # @param ensure # Whether the PKCS12 file should exist # @param resources -# List of resources to subcribe for PKCS12 renewal +# List of resources to subscribe to for PKCS12 renewal # @param in_pass # Private key password # @param out_pass