aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-03-11 09:54:46 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-03-11 09:54:46 +0100
commitaab2f0312f21125940b8fcfe8a2342eba3ac4169 (patch)
tree50291973577734aa2ed8fb8e35281fc73f0e3eb2
parentd2c58adb0dfa47a4be23686e231d1a2ebc620b81 (diff)
downloadPuppet-aab2f0312f21125940b8fcfe8a2342eba3ac4169.tar.gz
Puppet-aab2f0312f21125940b8fcfe8a2342eba3ac4169.tar.zst
Puppet-aab2f0312f21125940b8fcfe8a2342eba3ac4169.zip
Change crontab for caldance
-rw-r--r--modules/role/manifests/caldance.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/role/manifests/caldance.pp b/modules/role/manifests/caldance.pp
index b397d02..343ea34 100644
--- a/modules/role/manifests/caldance.pp
+++ b/modules/role/manifests/caldance.pp
@@ -253,8 +253,9 @@ class role::caldance (
253 user => $user, 253 user => $user,
254 environment => ["HOME=${home}","MAILTO=${mailtos}"], 254 environment => ["HOME=${home}","MAILTO=${mailtos}"],
255 command => "${home}/virtualenv/bin/pip list --outdated", 255 command => "${home}/virtualenv/bin/pip list --outdated",
256 minute => "15", 256 minute => "0",
257 hour => "0", 257 hour => "10",
258 weekday => "1",
258 require => Exec["initialize_venv"], 259 require => Exec["initialize_venv"],
259 } 260 }
260} 261}