File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff 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
860860Default 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
You can’t perform that action at this time.
0 commit comments