mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-12-16 09:40:35 +00:00
fixed typo
This commit is contained in:
parent
5c35e8378b
commit
7dd4b98f1a
@ -93,7 +93,7 @@ class rsnapshot::params {
|
|||||||
},
|
},
|
||||||
monthly => {
|
monthly => {
|
||||||
minute => '0..59',
|
minute => '0..59',
|
||||||
hour => '0..23', # you could also do: ['21..2 3','0..4','5'],
|
hour => '0..23', # you could also do: ['21..23','0..4','5'],
|
||||||
monthday => '0..28',
|
monthday => '0..28',
|
||||||
month => '*',
|
month => '*',
|
||||||
weekday => '*',
|
weekday => '*',
|
||||||
|
Loading…
Reference in New Issue
Block a user