Commit bbbb7f9c authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Corrected path leading to slapos.cfg.in

parent 254f30bb
......@@ -227,7 +227,7 @@ def slapconfig(config):
if not dry_run:
open(slap_configuration_file, 'w').write(
pkg_resources.resource_stream(__name__,
'register/templates/slapos.cfg.in').read() % dict(
'templates/slapos.cfg.in').read() % dict(
computer_id=config.computer_id, master_url=config.master_url,
key_file=key_file, cert_file=cert_file,
certificate_repository_path=certificate_repository_path,
......
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