Fix tuples to actually be tuples (#52591)

This commit is contained in:
Matt Martz 2019-02-19 13:29:51 -06:00 committed by GitHub
commit b5c2b407d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -583,10 +583,10 @@ def main():
['insertafter', 'insertbefore'],
],
required_by=dict(
cron_file=('user'),
cron_file=('user',),
),
required_if=(
('state', 'present', ('job')),
('state', 'present', ('job',)),
),
)