Commit 161be1dcc37e20c9ce8f5cf8a8b5daf16797fda0

Authored by Marco
1 parent 5c2f2160

Add dpaste cleanup_snippets command to cronjob

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
puppet/modules/colab/manifests/cronjobs.pp
... ... @@ -58,4 +58,9 @@ class colab::cronjobs {
58 58 # ],
59 59 #}
60 60  
  61 + cron { 'cleanup-snippets':
  62 + command => "$manage_colab cleanup_snippets &> /dev/null",
  63 + hour => '1',
  64 + }
  65 +
61 66 }
... ...