[Mageia-sysadm] [232] Fix cron for check new blog post
root at mageia.org
root at mageia.org
Wed Nov 10 15:03:49 CET 2010
Revision: 232
Author: dams
Date: 2010-11-10 15:03:49 +0100 (Wed, 10 Nov 2010)
Log Message:
-----------
Fix cron for check new blog post
Modified Paths:
--------------
puppet/modules/blog/manifests/init.pp
Modified: puppet/modules/blog/manifests/init.pp
===================================================================
--- puppet/modules/blog/manifests/init.pp 2010-11-10 14:00:36 UTC (rev 231)
+++ puppet/modules/blog/manifests/init.pp 2010-11-10 14:03:49 UTC (rev 232)
@@ -20,7 +20,7 @@
}
cron { blog:
user => blog,
- minute => 15,
+ minute => '*/15',
command => "/usr/local/bin/check_new-blog-post.sh",
require => File["check_new-blog-post"]
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101110/88983ac8/attachment.html>
More information about the Mageia-sysadm
mailing list