slaprunner: Remove section duplicated with instance-runner.cfg
instance-runner-export.cfg.in extends instance-runner.cfg, so we don't need the secton here.
... | @@ -36,7 +36,6 @@ parts += | ... | @@ -36,7 +36,6 @@ parts += |
monitor-base | monitor-base | ||
monitor-check-resilient-feed-file | monitor-check-resilient-feed-file | ||
monitor-check-webrunner-internal-instance | monitor-check-webrunner-internal-instance | ||
template-slapuser-script | |||
|
|||
[proxy-free-port] | [proxy-free-port] | ||
recipe = slapos.cookbook:free_port | recipe = slapos.cookbook:free_port | ||
... | @@ -105,13 +104,3 @@ context = | ... | @@ -105,13 +104,3 @@ context = |
key monitor_feed_directory monitor-directory:public | key monitor_feed_directory monitor-directory:public | ||
raw base_url http://[${notifier:host}]:${notifier:port}/get/ | raw base_url http://[${notifier:host}]:${notifier:port}/get/ | ||
raw python_executable ${buildout:executable} | raw python_executable ${buildout:executable} | ||
## Slapuser slapos command script | |||
[template-slapuser-script] | |||
recipe = slapos.recipe.template:jinja2 | |||
template = ${buildout:parts-directory}/template-slapuser-script/slapos-slapuser-script.in | |||
rendered = $${buildout:bin-directory}/slapos | |||
mode = 0744 | |||
context = | |||
raw config_location $${slapos-cfg:rendered} | |||
raw slapos_python_file_location ${buildout:bin-directory}/slapos |