Commit 1e8573797a41690dc54b201931f1860ba2ff6471
1 parent
42b6268a
Exists in
master
and in
39 other branches
Fixed typo. Mailman instead of Mailmain.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
puppet/modules/colab/manifests/cronjobs.pp
1 | class colab::cronjobs { | 1 | class colab::cronjobs { |
2 | 2 | ||
3 | - include colab::cronmailmain | 3 | + include colab::cronmailman |
4 | 4 | ||
5 | $virtualenv_python = "/home/colab/.virtualenvs/colab/bin/python" | 5 | $virtualenv_python = "/home/colab/.virtualenvs/colab/bin/python" |
6 | $manage_colab = "$virtualenv_python ~/colab/src/manage.py" | 6 | $manage_colab = "$virtualenv_python ~/colab/src/manage.py" |