From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000468.html | 101 ++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000468.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000468.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000468.html b/zarb-ml/mageia-sysadm/2010-November/000468.html new file mode 100644 index 000000000..8398ba4a8 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000468.html @@ -0,0 +1,101 @@ + + + + [Mageia-sysadm] [232] Fix cron for check new blog post + + + + + + + + + +

[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
+ -- cgit v1.2.1