mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-13 01:00:34 +00:00
13 lines
131 B
Plaintext
13 lines
131 B
Plaintext
|
* create a struct for cron like
|
||
|
cron = {
|
||
|
daily = {
|
||
|
minute =>
|
||
|
hour =>
|
||
|
}
|
||
|
monthly = {
|
||
|
minute =>
|
||
|
hour =>
|
||
|
}
|
||
|
}
|
||
|
|