mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-13 01:00:34 +00:00
add saner defaults to params (needs revision)
This commit is contained in:
parent
bc86010c51
commit
2ec0de8598
@ -62,10 +62,10 @@ class rsnapshot::params {
|
|||||||
$config_backup_scripts = {}
|
$config_backup_scripts = {}
|
||||||
|
|
||||||
$cron = {
|
$cron = {
|
||||||
'minute' => ['0..20'],
|
'minute' => '0..59',
|
||||||
'hour' => ['21..23','0..4','5'],
|
'hour' => '0..23', # you could also do: ['21..23','0..4','5'],
|
||||||
'monthday' => '*',
|
'monthday' => '0..28',
|
||||||
'month' => '*',
|
'month' => '1..12',
|
||||||
'weekday' => '*',
|
'weekday' => '0..6',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user