Commit fd0f8bdc authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: all template parts follow naming convention

parent b0c87159
......@@ -44,7 +44,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-runner.cfg
output = ${buildout:directory}/template-runner.cfg.in
md5sum = 58d0f26daf27e15caf7324217f05877f
md5sum = ad0b8047c5f5887e431ab7ed8e953b66
mode = 0644
[template-runner-import-script]
......@@ -125,7 +125,7 @@ filename = slapos.cfg.in
download-only = true
mode = 0644
[parameters-template]
[template-parameters]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/${:filename}
md5sum = f8446fcf254b4929eb828a9a1d7e5f62
......
......@@ -571,7 +571,7 @@ command = $${prepare-software:wrapper-path}
[instance-parameters]
recipe = slapos.recipe.template:jinja2
extensions = jinja2.ext.do
template = ${parameters-template:location}/${parameters-template:filename}
template = ${template-parameters:location}/${template-parameters:filename}
rendered = $${directory:etc}/.parameter.xml.default
mode = 0644
context =
......
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