/[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 1650 by blino, Sat May 28 12:15:48 2011 UTC revision 1651 by blino, Sat May 28 12:42:54 2011 UTC
# Line 38  class draklive { Line 38  class draklive {
38          subversion::snapshot { $draklive_config:          subversion::snapshot { $draklive_config:
39              source => "svn://svn.$domain/soft/images-config/draklive/trunk/",              source => "svn://svn.$domain/soft/images-config/draklive/trunk/",
40          }          }
41    
42            cron { "build live images":
43                command => "$draklive_config/tools/build_live.sh",
44                hour => "14",
45                minute => 45",
46            }
47      }      }
48  }  }

Legend:
Removed from v.1650  
changed lines
  Added in v.1651

  ViewVC Help
Powered by ViewVC 1.1.30