Commit 0c519a52 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: correctly order the extends

parent 51e50fad
...@@ -18,7 +18,7 @@ md5sum = f0cab61c7b8478afb8b676fc725d50d5 ...@@ -18,7 +18,7 @@ md5sum = f0cab61c7b8478afb8b676fc725d50d5
[template-runner] [template-runner]
filename = instance-runner.cfg filename = instance-runner.cfg
md5sum = d9096d49eda70f3aa02c44615077f6c9 md5sum = 7677eb32c3b77fac5019dd0e864084d6
[template-runner-import-script] [template-runner-import-script]
filename = template/runner-import.sh.jinja2 filename = template/runner-import.sh.jinja2
...@@ -26,11 +26,11 @@ md5sum = ed2e08c07a6727b2012f15da67c0705d ...@@ -26,11 +26,11 @@ md5sum = ed2e08c07a6727b2012f15da67c0705d
[instance-runner-import] [instance-runner-import]
filename = instance-runner-import.cfg.in filename = instance-runner-import.cfg.in
md5sum = 1ed9526a6e5ac9a80e5b3add2d0a88fe md5sum = 7a703358481fc1912019bb9deabd2410
[instance-runner-export] [instance-runner-export]
filename = instance-runner-export.cfg.in filename = instance-runner-export.cfg.in
md5sum = 8132130c89896c2d30a08f3b3a7000ff md5sum = 90bee22f126bb9d0bcf68c1b15751b08
[template-resilient] [template-resilient]
filename = instance-resilient.cfg.jinja2 filename = instance-resilient.cfg.jinja2
......
[buildout] [buildout]
extends = {{ template_runner_path }} extends = {{ pbsready_export_template_path }}
{{ pbsready_export_template_path }} {{ template_runner_path }}
parts += parts +=
nginx_conf nginx_conf
......
[buildout] [buildout]
extends = {{ template_runner_path }} extends = {{ pbsready_import_template_path }}
{{ pbsready_import_template_path }} {{ template_runner_path }}
parts += parts +=
nginx_conf nginx_conf
...@@ -35,7 +35,7 @@ parts += ...@@ -35,7 +35,7 @@ parts +=
resilient-software-release-information resilient-software-release-information
# have to repeat the next one, as it's not inherited from pbsready-import # have to repeat the next one, as it's not inherited from pbsready-import
import-on-notification # import-on-notification
Please register or sign in to reply
monitor-base monitor-base
......
[buildout] [buildout]
parts = parts +=
nginx_conf nginx_conf
nginx-launcher nginx-launcher
certificate-authority certificate-authority
......
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