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 --- .../attachments/20101110/4d2aea30/attachment.html | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20101110/4d2aea30/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20101110/4d2aea30/attachment.html') diff --git a/zarb-ml/mageia-sysadm/attachments/20101110/4d2aea30/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101110/4d2aea30/attachment.html new file mode 100644 index 000000000..eb7d582e2 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101110/4d2aea30/attachment.html @@ -0,0 +1,76 @@ + + + +[228] Fix for the 'minutes' of 'urpmi.update -a' on already installed cron + + + + +
+
+
Revision
228
+
Author
dams
+
Date
2010-11-10 12:26:55 +0100 (Wed, 10 Nov 2010)
+
+ +

Log Message

+
Fix for the 'minutes' of 'urpmi.update -a' on already installed cron
+ +

Modified Paths

+ + +
+
+Modified: puppet/manifests/common.pp
+===================================================================
+--- puppet/manifests/common.pp	2010-11-10 11:23:09 UTC (rev 227)
++++ puppet/manifests/common.pp	2010-11-10 11:26:55 UTC (rev 228)
+@@ -82,6 +82,7 @@
+     cron { urpmi_update:
+         user => root,
+         hour => 4,
++	minute => *,
+         command => "urpmi.update -a",
+     }
+ 
+
+
+ + + \ No newline at end of file -- cgit v1.2.1