Commit 9c535d58 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos-testing: Usage of undercore was deprecated

Fix usage of _ that was depreprated on the recipe, with the upgrade it it got broken.
parent 2a4b8330
......@@ -97,6 +97,4 @@ mode = 755
recipe = slapos.cookbook:wrapper
command-line = ${phantomjs:location}/phantomjs-slapos
wrapper-path = $${create-directory:bin}/phantomjs
# XXX we must use "parameters-extra" (- instead of _)
# when new slapos.cookbook will be used
parameters_extra = true
parameters-extra = true
......@@ -88,7 +88,7 @@ branch = master
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum = 10ffba4e2c0d119bbf9aabf3d71055e0
md5sum = 69a439b77b1fc8e89856c7ffc293d6b2
output = ${buildout:directory}/template.cfg
mode = 640
......
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