Closed natefoo closed 3 years ago
The cron module requires the user param when cron_file is specified, even if state is absent, so just use the file module to remove the file instead.
user
cron_file
state
absent
Fixes #33.
The cron module requires the
user
param whencron_file
is specified, even ifstate
isabsent
, so just use the file module to remove the file instead.Fixes #33.