Commit 648b151f authored by Łukasz Nowak's avatar Łukasz Nowak

Simplify: reuse s.r.template network capability

parent bc0c2ac9
......@@ -17,7 +17,7 @@ cdn-test = $${dynamic-template-cdn-test:rendered}
[dynamic-template-cdn-test]
recipe = slapos.recipe.template:jinja2
template = ${template-cdn-test-download:location}/instance-cdn-test.cfg.jinja2
template = ${:_profile_base_location_}/instance-cdn-test.cfg.jinja2
rendered = $${buildout:directory}/template-cdn-test.cfg
context =
key develop_eggs_directory buildout:develop-eggs-directory
......
......@@ -40,12 +40,3 @@ recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg.in
output = ${buildout:directory}/template.cfg
mode = 0644
[template-cdn-test-download]
recipe = hexagonit.recipe.download
ignore-existing = true
url = ${:_profile_base_location_}/instance-cdn-test.cfg.jinja2
md5sum = aa0254d43585c59f460a75a0feb5a7d0
mode = 0644
download-only = true
on-update = true
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