Skip to content

Commit f9de230

Browse files
authored
Merge pull request #303 from treydock/docs-fix
Update REFERENCE.md with recent breaking changes
2 parents c999430 + 853c043 commit f9de230

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

REFERENCE.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ The following parameters are available in the `letsencrypt::certonly` defined ty
761761
* [`environment`](#environment)
762762
* [`key_size`](#key_size)
763763
* [`manage_cron`](#manage_cron)
764-
* [`suppress_cron_output`](#suppress_cron_output)
764+
* [`cron_output`](#cron_output)
765765
* [`cron_before_command`](#cron_before_command)
766766
* [`cron_success_command`](#cron_success_command)
767767
* [`cron_hour`](#cron_hour)
@@ -859,13 +859,16 @@ Runs daily but only renews if near expiration, e.g. within 10 days.
859859

860860
Default value: ``false``
861861

862-
##### <a name="suppress_cron_output"></a>`suppress_cron_output`
862+
##### <a name="cron_output"></a>`cron_output`
863863

864-
Data type: `Boolean`
864+
Data type: `Optional[Enum['suppress', 'log']]`
865865

866-
Redirect cron output to devnull
866+
How to treat cron output
867+
`suppress` - Suppress all output
868+
`log` - Forward cron output to syslog
869+
undef - Do nothing with cron output (default)
867870

868-
Default value: ``false``
871+
Default value: ``undef``
869872

870873
##### <a name="cron_before_command"></a>`cron_before_command`
871874

0 commit comments

Comments
 (0)