Commit aa517865 authored by Łukasz Nowak's avatar Łukasz Nowak

- create instance profile for supervisor and move instance configuration

 - use dependency


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32690 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent daa95b40
[buildout]
[configuration]
supervisor_port = 10000
supervisor_host = 127.0.0.1
[buildout]
parts =
supervisor
pidproxy
[configuration]
supervisor_port = 10000
supervisor_host = 127.0.0.1
[pidproxy]
# this should've been provided by collective.recipe.supervisor itself
......@@ -14,6 +10,7 @@ eggs = supervisor
scripts = pidproxy
[supervisor]
depends = ${pidproxy:recipe}
recipe = collective.recipe.supervisor
serverurl = http://${configuration:supervisor_host}:${configuration:supervisor_port}
pp = ${buildout:directory}/eggs/supervisor-3.0a7-py2.5.egg/supervisor/pidproxy.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment