gerardkok / puppet-reposado

Puppet module to manage Reposado
Apache License 2.0
0 stars 5 forks source link

Wrong format in documented cronjob_time #5

Closed llauren closed 6 years ago

llauren commented 6 years ago

README.md says that the format for cronjob_time should be '[HH, MM]' but the code says the format is 'HH:MM'. I trust the code :)

gerardkok commented 6 years ago

Thanks for spotting this; I've fixed the README, and also changed the data type of cronjob_time, so incorrectly formatted values should now result in an error.

I'll release after solving (trying to solve...) #6.