Commit a184ff46 authored by Jérome Perrin's avatar Jérome Perrin

software/jstestnode: use new slap-connection section

slap_connection is deprecated
parent 6b426c23
......@@ -15,7 +15,7 @@
[instance]
filename = instance.cfg.in
md5sum = e6203cba0084289edec2176b185d3427
md5sum = 72f6316ee44499568601d3353ff262d1
[template-nginx-service]
filename = template-nginx-service.sh.in
......
......@@ -90,9 +90,9 @@ ssl_crt = $${directory:ssl}/nginx.crt
#################################
[instance-parameter]
recipe = slapos.cookbook:slapconfiguration
computer = $${slap_connection:computer_id}
partition = $${slap_connection:partition_id}
url = $${slap_connection:server_url}
key = $${slap_connection:key_file}
cert = $${slap_connection:cert_file}
computer = $${slap-connection:computer-id}
partition = $${slap-connection:partition-id}
url = $${slap-connection:server-url}
key = $${slap-connection:key-file}
cert = $${slap-connection:cert-file}
configuration._ = {}
\ No newline at end of file
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