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

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

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