Commit c4a50163 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: fix supervisorv_config var

parent 14fbcd92
......@@ -88,7 +88,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-runner.cfg
output = ${buildout:directory}/template-runner.cfg
#md5sum = bcd1ee4dd126d2c6e9461f7753fc83b7
md5sum = 57b819ac075ac1114313f0461a7d2ae7
mode = 0644
[instance-runner-import]
......
......@@ -400,7 +400,7 @@ recipe = slapos.recipe.template:jinja2
template = ${slapos-cfg-template:location}/${slapos-cfg-template:filename}
rendered = $${slaprunner:slapos.cfg}
mode = 700
supd-temp-var = $${slaprunner:instance-directory}/$${directory:etc}/supervisord.conf
supd-temp-var = $${directory:etc}/supervisord.conf
prox-db-var = $${slaprunner:working-directory}/proxy.db
context =
key software_root runnerdirectory:software-root
......
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