Commit 0fe9603a authored by Joanne Hugé's avatar Joanne Hugé

WIP

parent 7bfd3e55
...@@ -15,11 +15,11 @@ ...@@ -15,11 +15,11 @@
[template] [template]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = 4c15271f56c8ecb7efa40799684bffdb md5sum = 1a7ded64d46dfddc436e18e142a973b0
[template-default] [template-default]
_update_hash_filename_ = instance-default.cfg.in _update_hash_filename_ = instance-default.cfg.in
md5sum = d9db558c6874fb0e6dbba3f76221053a md5sum = 510680877b87c2a474c04b835b6d3f0e
[dovecot.jinja2.conf] [dovecot.jinja2.conf]
_update_hash_filename_ = dovecot.jinja2.conf _update_hash_filename_ = dovecot.jinja2.conf
......
...@@ -46,12 +46,12 @@ var-spool-postfix-saved = ${:var-spool-postfix}/saved ...@@ -46,12 +46,12 @@ var-spool-postfix-saved = ${:var-spool-postfix}/saved
var-spool-postfix-trace = ${:var-spool-postfix}/trace var-spool-postfix-trace = ${:var-spool-postfix}/trace
[slap-configuration] [slap-configuration]
recipe = slapos.cookbook:slapconfiguration recipe = slapos.cookbook:slapconfiguration.serialised
computer = $${slap-connection:computer-id} computer = {{ slap_connection['computer-id'] }}
partition = $${slap-connection:partition-id} partition = {{ slap_connection['partition-id'] }}
url = $${slap-connection:server-url} url = {{ slap_connection['server-url'] }}
key = $${slap-connection:key-file} key = {{ slap_connection['key-file'] }}
cert = $${slap-connection:cert-file} cert = {{ slap_connection['cert-file'] }}
[config-base] [config-base]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
......
...@@ -31,6 +31,7 @@ context = ...@@ -31,6 +31,7 @@ context =
raw postfix_vmailbox_template ${postfix_vmailbox.jinja2:target} raw postfix_vmailbox_template ${postfix_vmailbox.jinja2:target}
raw postfix_binary ${postfix:location}/usr/libexec/sbin/master raw postfix_binary ${postfix:location}/usr/libexec/sbin/master
raw postfix_location ${postfix:location} raw postfix_location ${postfix:location}
section slap_connection slap-connection
[slap-configuration] [slap-configuration]
recipe = slapos.cookbook:slapconfiguration.serialised recipe = slapos.cookbook:slapconfiguration.serialised
......
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