KVM SR: fix double $ in jinja template.

parent 59abea03
......@@ -95,7 +95,7 @@ mode = 0644
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/instance-kvm-resilient.cfg.jinja2
mode = 644
md5sum = 1219b4d5d8ff5f2fe22f5f094f582eb5
md5sum = 038c338e3ce545a73393ceee38a9ac7d
download-only = true
on-update = true
......
......@@ -19,8 +19,8 @@ parts +=
[directory]
recipe = slapos.cookbook:mkdirectory
etc = $${buildout:directory}/etc
promises = $${:etc}/promise
etc = ${buildout:directory}/etc
promises = ${:etc}/promise
# Bubble down the parameters of the requested instance to the user
[request-kvm]
......
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