Commit f4f57455 authored by Rafael Monnerat's avatar Rafael Monnerat

kvm: destination don't exist, use target instead

parent d1f93480
......@@ -87,7 +87,7 @@ command =
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg.in
md5sum = d71c718cd5c4c17087bfa44684b7db47
md5sum = 3544e25820d1511d153944fc36579986
output = ${buildout:directory}/template.cfg
mode = 0644
......
......@@ -123,8 +123,8 @@ context =
key slapparameter_dict slap-configuration:configuration
raw curl_executable_location ${curl:location}/bin/curl
raw template_monitor ${monitor2-template:rendered}
template-parts-destination = ${template-parts:destination}
template-replicated-destination = ${template-replicated:destination}
template-parts-destination = ${template-parts:target}
template-replicated-destination = ${template-replicated:target}
import-list = file parts :template-parts-destination
file replicated :template-replicated-destination
mode = 0644
......
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