Commit ffbac7a4 authored by Alain Takoudjou's avatar Alain Takoudjou

Allow to send prefix-length parameter

parent c165673e
......@@ -108,7 +108,7 @@ ca = ${re6stnet-dirs:ssl}/re6stnet.crt
key = ${re6stnet-dirs:ssl}/re6stnet.key
dh = ${re6stnet-dirs:ssl}/dh.pem
mailhost = 127.0.0.1
prefix-length = 16
prefix-length = {{ slapparameter_dict.get('prefix-length', 16) }}
anonymous-prefix-length = 32
logfile = ${re6stnet-dirs:log}/registry.log
verbose = 2
......
......@@ -47,7 +47,7 @@ eggs =
[re6stnet-repository]
repository = http://git.erp5.org/repos/re6stnet.git
branch = re6st-slapos
revision = e70bead521b3e8747865b089124a71d54988da16
revision =
[slapos.cookbook-repository]
......@@ -94,7 +94,7 @@ extra-context =
[template-re6stnet]
< = download-base
filename = instance-re6stnet.cfg.in
md5sum = df2a0c4f63c5e12cbd314cc02fbf23e1
md5sum = ff1242b9ed8295181e4a4178d480dbcb
[template-logrotate-base]
< = template-jinja2-base
......
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