Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kenyon Ralph <[email protected]>
  • Loading branch information
2 people authored and Pavel Kovtunov committed Jul 16, 2024
1 parent fecb1cb commit 4feddcc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down
6 changes: 3 additions & 3 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: `[]`

Expand Down Expand Up @@ -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: `[]`

Expand Down Expand Up @@ -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: `[]`

Expand Down
2 changes: 1 addition & 1 deletion manifests/export/pem_cert.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifests/export/pem_key.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifests/export/pkcs12.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4feddcc

Please sign in to comment.