slapos-in-partition SR: fix mode of templates.

parent 82a529ab
...@@ -33,7 +33,7 @@ recipe = slapos.recipe.template:jinja2 ...@@ -33,7 +33,7 @@ recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance.cfg.jinja2 template = ${:_profile_base_location_}/instance.cfg.jinja2
rendered = ${buildout:directory}/instance.cfg rendered = ${buildout:directory}/instance.cfg
#md5sum = 4861be4a581686feef9f9edea865d7ee #md5sum = 4861be4a581686feef9f9edea865d7ee
#mode = 0644 mode = 0644
context = context =
key bin_directory buildout:bin-directory key bin_directory buildout:bin-directory
key develop_eggs_directory buildout:develop-eggs-directory key develop_eggs_directory buildout:develop-eggs-directory
...@@ -56,11 +56,14 @@ recipe = slapos.recipe.download ...@@ -56,11 +56,14 @@ recipe = slapos.recipe.download
url = ${:_profile_base_location_}/template/slapos.cfg.in url = ${:_profile_base_location_}/template/slapos.cfg.in
#md5sum = #md5sum =
target = ${buildout:directory}/slapos.cfg.in target = ${buildout:directory}/slapos.cfg.in
mode = 0644
[httpd-configuration-file-template] [httpd-configuration-file-template]
# Download the template of httpd.conf # Download the template of httpd.conf
recipe = slapos.recipe.download recipe = slapos.recipe.download
url = ${:_profile_base_location_}/template/httpd.conf.in url = ${:_profile_base_location_}/template/httpd.conf.in
mode = 0644
#md5sum = #md5sum =
#target = ${ #target = ${
......
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