diff options
-rw-r--r-- | modules/role/manifests/caldance.pp | 5 |
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 | } |