/[adm]/puppet/modules/youri-check/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/youri-check/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1484 by pterjan, Tue Apr 5 07:52:14 2011 UTC revision 1485 by pterjan, Tue Apr 5 23:11:11 2011 UTC
# Line 40  class youri-check { Line 40  class youri-check {
40    
41          cron { 'check':          cron { 'check':
42              command => "youri-check -c $config test",              command => "youri-check -c $config test",
             hour => [0, 6, 12, 18],  
43              minute => 4,              minute => 4,
44              user => "$user",              user => "$user",
45          }          }
# Line 59  class youri-check { Line 58  class youri-check {
58    
59          cron { 'check':          cron { 'check':
60              command => "youri-check -c $config report",              command => "youri-check -c $config report",
61              hour => [1, 7, 13, 19],              minute => 10,
             minute => 0,  
62              user => "$user",              user => "$user",
63          }          }
64    

Legend:
Removed from v.1484  
changed lines
  Added in v.1485

  ViewVC Help
Powered by ViewVC 1.1.30