Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
2d79e42a
Commit
2d79e42a
authored
May 16, 2017
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix stack/certificate-authority/buildout.hash.cfg
Stop breaking this tool for everyone developping on slapos.
parent
dcac2951
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
stack/certificate-authority/buildout.cfg
stack/certificate-authority/buildout.cfg
+3
-3
stack/certificate-authority/buildout.hash.cfg
stack/certificate-authority/buildout.hash.cfg
+5
-5
stack/certificate-authority/ca-nginx.conf.in
stack/certificate-authority/ca-nginx.conf.in
+0
-0
stack/certificate-authority/template-httpd-auth.conf.in
stack/certificate-authority/template-httpd-auth.conf.in
+0
-0
No files found.
stack/certificate-authority/buildout.cfg
View file @
2d79e42a
...
...
@@ -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
...
...
stack/certificate-authority/buildout.hash.cfg
View file @
2d79e42a
...
...
@@ -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
md5sum = 5ed16bcece904dd4527210c7453c84ca
\ No newline at end of file
filename = instance-certificate-authority.cfg.jinja2.in
md5sum = 5ed16bcece904dd4527210c7453c84ca
stack/certificate-authority/
template/
ca-nginx.conf.in
→
stack/certificate-authority/ca-nginx.conf.in
View file @
2d79e42a
File moved
stack/certificate-authority/template
/template
-httpd-auth.conf.in
→
stack/certificate-authority/template-httpd-auth.conf.in
View file @
2d79e42a
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment