]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Change crontab for caldance
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 11 Mar 2020 08:54:46 +0000 (09:54 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 11 Mar 2020 08:54:46 +0000 (09:54 +0100)
modules/role/manifests/caldance.pp

index b397d0273120f109f5f482a80a8188263e529176..343ea3461b03806ecd6e5ffaf6e86ef7f74f2056 100644 (file)
@@ -253,8 +253,9 @@ class role::caldance (
     user        => $user,
     environment => ["HOME=${home}","MAILTO=${mailtos}"],
     command     => "${home}/virtualenv/bin/pip list --outdated",
-    minute      => "15",
-    hour        => "0",
+    minute      => "0",
+    hour        => "10",
+    weekday     => "1",
     require     => Exec["initialize_venv"],
   }
 }