Commit 8a21961f27538f64e5df7c1b23e0520d2fc9b04e

Authored by Sergio Oliveira
1 parent 63950937

Fixing jobs

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
puppet/modules/colab/manifests/cronjobs.pp
@@ -10,6 +10,7 @@ class colab::cronjobs { @@ -10,6 +10,7 @@ class colab::cronjobs {
10 10
11 cron { 'update-haystack-index': 11 cron { 'update-haystack-index':
12 command => "$manage_colab update_index --age=1", 12 command => "$manage_colab update_index --age=1",
  13 + hour => '*',
13 minute => '*', 14 minute => '*',
14 } 15 }
15 16
@@ -20,7 +21,7 @@ class colab::cronjobs { @@ -20,7 +21,7 @@ class colab::cronjobs {
20 } 21 }
21 22
22 cron { 'import-mailman-messages': 23 cron { 'import-mailman-messages':
23 - command => "$manage_colab import_emails --archives_path=/usr/local/django/colab/mnt/archives/ --exclude-list=saberes-divulgacao --exclude-list=pml --exclude-list=mailman --exclude-list=lexml-anuncios", 24 + command => "$manage_colab import_emails --archives_path=/mnt/mailman/archives/ --exclude-list=saberes-divulgacao --exclude-list=pml --exclude-list=mailman --exclude-list=lexml-anuncios",
24 hour => '*', 25 hour => '*',
25 minute => '*', 26 minute => '*',
26 } 27 }