Commit 5f62a8c6 authored by Xavier Thompson's avatar Xavier Thompson

software/jupyter: Fix instance template download

parent b6660c58
......@@ -15,7 +15,7 @@
[instance]
filename = instance.cfg.in
md5sum = f33fc954eba47b5ddbebc72c453304e3
md5sum = de37ec3d4adb0be4c67bcc7397f27c91
[instance-jupyter]
filename = instance-jupyter.cfg.in
......
......@@ -22,7 +22,7 @@ cert = $${slap-connection:cert-file}
[instance-jupyter]
recipe = slapos.recipe.template:jinja2
filename = instance-jupyter.cfg.in
template = ${instance:_profile_base_location_}/$${:filename}
template = ${instance-jupyter:location}/$${:filename}
rendered = $${buildout:directory}/template.cfg
mode = 0644
context =
......
......@@ -46,6 +46,9 @@ url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/template.cfg
mode = 0644
[instance-jupyter]
<= download-file-base
[versions]
Pygments = 2.7.2
astor = 0.5
......
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