Skip to content

Commit

Permalink
certonly: Add docs for cert_name parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Apr 4, 2023
1 parent 0112a7b commit 5d58269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ Default value: `$letsencrypt::certonly_deploy_hook_commands`

Data type: `String[1]`


the common name used for the certificate

Default value: `$title`

Expand Down
2 changes: 2 additions & 0 deletions manifests/certonly.pp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
# - $RENEWED_DOMAINS: A space-delimited list of renewed certificate domains.
# Example: "example.com www.example.com"
#
# @param cert_name the common name used for the certificate
#
define letsencrypt::certonly (
Enum['present','absent'] $ensure = 'present',
Array[String[1]] $domains = [$title],
Expand Down

0 comments on commit 5d58269

Please sign in to comment.