mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-11-10 00:00:35 +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 = {}
|
||||
|
||||
$cron = {
|
||||
'minute' => ['0..20'],
|
||||
'hour' => ['21..23','0..4','5'],
|
||||
'monthday' => '*',
|
||||
'month' => '*',
|
||||
'weekday' => '*',
|
||||
'minute' => '0..59',
|
||||
'hour' => '0..23', # you could also do: ['21..23','0..4','5'],
|
||||
'monthday' => '0..28',
|
||||
'month' => '1..12',
|
||||
'weekday' => '0..6',
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user