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

slaprunner: correctly order the extends

parent 1344f1d4
......@@ -18,7 +18,7 @@ md5sum = f0cab61c7b8478afb8b676fc725d50d5
[template-runner]
filename = instance-runner.cfg
md5sum = a897ae4e90696516c4a6f831999f2c34
md5sum = 2332395fe59e450f02d7c9ba2b40348a
[template-runner-import-script]
filename = template/runner-import.sh.jinja2
......@@ -26,11 +26,11 @@ md5sum = ed6dc50713c14e2527b9958d98674eed
[instance-runner-import]
filename = instance-runner-import.cfg.in
md5sum = 1ed9526a6e5ac9a80e5b3add2d0a88fe
md5sum = 7a703358481fc1912019bb9deabd2410
[instance-runner-export]
filename = instance-runner-export.cfg.in
md5sum = 7f87e6d220934eb13ab2b5d67dca8922
md5sum = 6f99d36908e0327e069872a8443f91bc
[template-resilient]
filename = instance-resilient.cfg.jinja2
......
[buildout]
extends = {{ template_runner_path }}
{{ pbsready_export_template_path }}
extends = {{ pbsready_export_template_path }}
{{ template_runner_path }}
parts +=
nginx_conf
......
[buildout]
extends = {{ template_runner_path }}
{{ pbsready_import_template_path }}
extends = {{ pbsready_import_template_path }}
{{ template_runner_path }}
parts +=
nginx_conf
......@@ -35,7 +35,7 @@ parts +=
resilient-software-release-information
# have to repeat the next one, as it's not inherited from pbsready-import
import-on-notification
# import-on-notification
monitor-base
......
[buildout]
parts =
parts +=
nginx_conf
nginx-launcher
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