aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2010-11-10 11:23:09 +0000
committerDamien Lallement <dams@mageia.org>2010-11-10 11:23:09 +0000
commit63978825d79c4d38ff3c71df8e33ffa6a568c257 (patch)
treed56357d85fac01f6d86fd5db1711e959bc07b0fc /manifests
parent4e86fc751b29c09496cd4f91541073980e12d0fe (diff)
downloadpuppet-63978825d79c4d38ff3c71df8e33ffa6a568c257.tar
puppet-63978825d79c4d38ff3c71df8e33ffa6a568c257.tar.gz
puppet-63978825d79c4d38ff3c71df8e33ffa6a568c257.tar.bz2
puppet-63978825d79c4d38ff3c71df8e33ffa6a568c257.tar.xz
puppet-63978825d79c4d38ff3c71df8e33ffa6a568c257.zip
Change 'urpmi.update -a' to be done all the 4 hours
Diffstat (limited to 'manifests')
-rw-r--r--manifests/common.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index ab1e5f22..72f30859 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -81,8 +81,7 @@ class default_ssh_root_key {
class urpmi_update {
cron { urpmi_update:
user => root,
- hour => 3,
- minute => 14,
+ hour => 4,
command => "urpmi.update -a",
}