mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +00:00
8 lines
188 B
Puppet
8 lines
188 B
Puppet
# this class sets up cron
|
|
# * todo
|
|
# let the user specify a range of hours and randomize cron creation in this range use rand for #args and return arg[rand]
|
|
|
|
class rsnapshot::cron {
|
|
|
|
}
|