Commit 104516a7 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼 Committed by Julien Muchembled

galene: don't use deprecated collective.recipe.template

parent 0372e935
Pipeline #13831 failed with stage
in 0 seconds
......@@ -15,4 +15,4 @@
[instance-cfg]
filename = instance.cfg.in
md5sum = 4bde8792003cbd7038a8b55bebd5f24a
md5sum = e54af429aba9b395c13471de254c4621
......@@ -50,21 +50,21 @@ storage-path = $${directory:data}/.passwd
username = admin
[ice-servers.json]
recipe = collective.recipe.template
input = inline:
recipe = slapos.recipe.template:jinja2
template = inline:
$${slap-configuration:configuration.ice-servers.json}
output = $${directory:data}/ice-servers.json
rendered = $${directory:data}/ice-servers.json
[groups-json]
recipe = collective.recipe.template
input = inline:{
recipe = slapos.recipe.template:jinja2
template = inline:{
"public":true,
"op": [{"username":"$${admin-password:username}","password":"$${admin-password:passwd}"}],
"other": [],
"presenter": [{"username": "", "password": "nexedi"}],
"max-users":100
}
output = $${directory:groups}/public.json
rendered = $${directory:groups}/public.json
[galene-wrapper]
recipe = slapos.recipe.template:jinja2
......
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