Commit 2d79e42a authored by Vincent Pelletier's avatar Vincent Pelletier

Fix stack/certificate-authority/buildout.hash.cfg

Stop breaking this tool for everyone developping on slapos.
parent dcac2951
......@@ -28,7 +28,7 @@ eggs =
recipe = hexagonit.recipe.download
ignore-existing = true
download-only = true
url = ${:_profile_base_location_}/template/${:filename}
url = ${:_profile_base_location_}/${:filename}
mode = 0644
[template-httpd-auth-conf]
......@@ -39,7 +39,7 @@ mode = 0644
[template-authenticated-server]
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance-auth-server.cfg.jinja2.in
template = ${:_profile_base_location_}/${:filename}
rendered = ${buildout:directory}/template-authenticated-server.cfg
context =
key apache_location apache:location
......@@ -54,7 +54,7 @@ context =
[template-certificate-authority]
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance-certificate-authority.cfg.jinja2.in
template = ${:_profile_base_location_}/${:filename}
rendered = ${buildout:directory}/template-certificate-authority.cfg
context =
key ngix_location nginx:location
......
......@@ -15,17 +15,17 @@
# not need these here).
[template-httpd-auth-conf]
md5sum = ea445b0a9b143d12b5700a71ac06293c
filename = template-httpd-auth.conf.in
md5sum = ea445b0a9b143d12b5700a71ac06293c
[template-nginx-ca-conf]
md5sum = d8bebf1629aacffd619541f363687b4a
filename = ca-nginx.conf.in
md5sum = d8bebf1629aacffd619541f363687b4a
[template-authenticated-server]
filename = template-authenticated-server.cfg
filename = instance-auth-server.cfg.jinja2.in
md5sum = a317d2f948cd3d16c860d05cc07ecf42
[template-certificate-authority]
filename = template-certificate-authority.cfg
filename = instance-certificate-authority.cfg.jinja2.in
md5sum = 5ed16bcece904dd4527210c7453c84ca
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