Parent Directory
|
Revision Log
|
Patch
revision 1447 by pterjan, Sat Apr 2 12:22:27 2011 UTC | revision 1448 by pterjan, Sat Apr 2 12:30:20 2011 UTC | |
---|---|---|
# | Line 30 class youri-check { | Line 30 class youri-check { |
30 | ||
31 | cron { 'check': | cron { 'check': |
32 | command => "youri-check -c $config test", | command => "youri-check -c $config test", |
33 | hour => [0, 6, 12, 18] | hour => [0, 6, 12, 18], |
34 | minute => 4 | minute => 4, |
35 | user => "$user", | user => "$user", |
36 | } | } |
37 | ||
# | Line 56 class youri-check { | Line 56 class youri-check { |
56 | ||
57 | cron { 'check': | cron { 'check': |
58 | command => "youri-check -c $config report", | command => "youri-check -c $config report", |
59 | hour => [1, 7, 13, 19] | hour => [1, 7, 13, 19], |
60 | user => "$user", | user => "$user", |
61 | } | } |
62 |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |