voxpupuli / puppet-cron

Puppet module to manage cron jobs via /etc/cron.d

Home Page:https://forge.puppet.com/puppet/cron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add defined types for parameter validation.

pillarsdotnet opened this issue · comments

This was motivated by a colleague's misunderstanding of allowed filename patterns for /etc/cron.d/ files.

I did some research on what exact values are allowed for each parameter to Cron::Job and created appropriate named data types for each.

See #29