/[adm]/puppet/modules/draklive/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/draklive/manifests/init.pp

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

revision 1652 by blino, Sat May 28 12:43:39 2011 UTC revision 1654 by blino, Sat May 28 12:46:39 2011 UTC
# Line 9  class draklive { Line 9  class draklive {
9    
10      class base inherits variable {      class base inherits variable {
11          include sudo          include sudo
         include cron  
12    
13          buildsystem::sshuser { $draklive_login:          buildsystem::sshuser { $draklive_login:
14              homedir => $draklive_home,              homedir => $draklive_home,
# Line 42  class draklive { Line 41  class draklive {
41    
42          cron { "build live images":          cron { "build live images":
43              command => "$draklive_config/tools/build_live.sh",              command => "$draklive_config/tools/build_live.sh",
44                user => $draklive_login,
45              hour => "14",              hour => "14",
46              minute => 45",              minute => "48",
47          }          }
48      }      }
49  }  }

Legend:
Removed from v.1652  
changed lines
  Added in v.1654

  ViewVC Help
Powered by ViewVC 1.1.30