Skip to content

Commit 5c7eedc

Browse files
committed
Test for valid input.
1 parent 1115f8b commit 5c7eedc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meta/argument_specs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ argument_specs:
1111
type: str
1212
description: "How often to rotate logs, either hourly, daily, weekly or monthly."
1313
default: "weekly"
14+
choices:
15+
- "hourly"
16+
- "daily"
17+
- "weekly"
18+
- "monthly"
1419
logrotate_keep:
1520
type: int
1621
description: "How many files to keep."

0 commit comments

Comments
 (0)