Commit d33fcd1333fed49fb3f6aee40d032226a9c525c1
1 parent
f29fdd98
Exists in
master
and in
39 other branches
Deploying mailmanapi automaticaly
Showing
2 changed files
with
9 additions
and
0 deletions
Show diff stats
puppet/modules/colab/manifests/init.pp
| ... | ... | @@ -67,4 +67,10 @@ class colab ( |
| 67 | 67 | directory => $colab::solr_project_path, |
| 68 | 68 | user => 'colab', |
| 69 | 69 | } |
| 70 | + | |
| 71 | + supervisor::app { 'mailmanapi': | |
| 72 | + command => '/home/colab/.virtualenvs/colab/bin/mailman-api.py -b 127.0.0.1:9000', | |
| 73 | + directory => '/home/colab/', | |
| 74 | + user => 'colab', | |
| 75 | + } | |
| 70 | 76 | } | ... | ... |