Commit e1f92edc authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

software/galene: upgrade to version 0.96.2

parent edb6de27
...@@ -19,4 +19,4 @@ md5sum = 0d6db8da45bbdf311f9c6a2f916045a2 ...@@ -19,4 +19,4 @@ md5sum = 0d6db8da45bbdf311f9c6a2f916045a2
[template-default] [template-default]
filename = instance-default.cfg.in filename = instance-default.cfg.in
md5sum = 339a47644377509a754c9ead038728a6 md5sum = df90202fce312b66c9c8bdfa0b95f90c
...@@ -84,13 +84,14 @@ recipe = slapos.recipe.template ...@@ -84,13 +84,14 @@ recipe = slapos.recipe.template
inline = inline =
{ {
"public":true, "public":true,
"op": [{"username":"$${admin-password:username}","password":"$${admin-password:passwd}"}], "users":{
"other": [], "$${admin-password:username}": {"password":"$${admin-password:passwd}", "permissions": "op"}
"presenter": [{"username": "", "password": "{{ presenter_password }}"}], },
"wildcard-user": {"password": "{{ presenter_password }}", "permissions": "present"},
{%- if slapparameter_dict.get("allow_subgroups", False) %} {%- if slapparameter_dict.get("allow_subgroups", False) %}
"allow-subgroups": true "auto-subgroups": true
{%- else %} {%- else %}
"allow-subgroups": false "auto-subgroups": false
{%- endif %} {%- endif %}
} }
output = $${directory:groups}/public.json output = $${directory:groups}/public.json
......
...@@ -40,4 +40,4 @@ output = ${buildout:directory}/template-default.cfg ...@@ -40,4 +40,4 @@ output = ${buildout:directory}/template-default.cfg
<= go-git-package <= go-git-package
go.importpath = lab.nexedi.com/nexedi/galene go.importpath = lab.nexedi.com/nexedi/galene
repository = https://lab.nexedi.com/nexedi/galene.git repository = https://lab.nexedi.com/nexedi/galene.git
revision = galene-0.8 revision = galene-0.96.2
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