Commit 80ea6aed authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixes some logrotate's binary locations

parent e34c6df8
...@@ -46,7 +46,7 @@ context = ...@@ -46,7 +46,7 @@ context =
raw dropbearkey_executable ${dropbear:location}/bin/dropbearkey raw dropbearkey_executable ${dropbear:location}/bin/dropbearkey
raw gzip_executable ${gzip:location}/bin/gzip raw gzip_executable ${gzip:location}/bin/gzip
raw gunzip_executable ${gzip:location}/bin/gunzip raw gunzip_executable ${gzip:location}/bin/gunzip
raw logrotate_executable ${logrotate:location}/sbin/logrotate raw logrotate_executable ${logrotate:location}/usr/sbin/logrotate
Please register or sign in to reply
raw slapos_configuration_file_template_path ${slapos-configuration-file-template:target} raw slapos_configuration_file_template_path ${slapos-configuration-file-template:target}
raw httpd_configuration_file_template_path ${httpd-configuration-file-template:target} raw httpd_configuration_file_template_path ${httpd-configuration-file-template:target}
......
...@@ -88,7 +88,7 @@ destination = ${buildout:directory}/template-parts.cfg.in ...@@ -88,7 +88,7 @@ destination = ${buildout:directory}/template-parts.cfg.in
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}.in url = ${:_profile_base_location_}/${:filename}.in
output = ${buildout:directory}/${:filename} output = ${buildout:directory}/${:filename}
md5sum = be2ebf91faa6b5b131995a05a907707f md5sum = 41e82859dc6b65e94a300a006d51536e
mode = 0644 mode = 0644
filename = template-resilient-templates.cfg filename = template-resilient-templates.cfg
......
...@@ -7,4 +7,4 @@ context = ...@@ -7,4 +7,4 @@ context =
key slapparameter_dict slap-configuration:configuration key slapparameter_dict slap-configuration:configuration
raw pbsready_template_path ${pbsready:output} raw pbsready_template_path ${pbsready:output}
raw bash_executable_location ${bash:location}/bin/bash raw bash_executable_location ${bash:location}/bin/bash
raw logrotate_executable_location ${logrotate:location}/sbin/logrotate raw logrotate_executable_location ${logrotate:location}/usr/sbin/logrotate
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