From 62ce6cb2daaf9d137956400c352e7390a22fd6ab Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sat, 28 May 2011 12:42:54 +0000 Subject: add a cron to automatically rebuild live images every day --- modules/draklive/manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/draklive') diff --git a/modules/draklive/manifests/init.pp b/modules/draklive/manifests/init.pp index 05452c03..459421e6 100644 --- a/modules/draklive/manifests/init.pp +++ b/modules/draklive/manifests/init.pp @@ -38,5 +38,11 @@ class draklive { subversion::snapshot { $draklive_config: source => "svn://svn.$domain/soft/images-config/draklive/trunk/", } + + cron { "build live images": + command => "$draklive_config/tools/build_live.sh", + hour => "14", + minute => 45", + } } } -- cgit v1.2.1