Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
80
Merge Requests
80
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
80ea6aed
Commit
80ea6aed
authored
Feb 13, 2017
by
Nicolas Wavrant
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes some logrotate's binary locations
parent
e34c6df8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
common.cfg
software/slapos-in-partition/common.cfg
+1
-1
buildout.cfg
stack/resilient/buildout.cfg
+1
-1
template-resilient-templates.cfg.in
stack/resilient/template-resilient-templates.cfg.in
+1
-1
No files found.
software/slapos-in-partition/common.cfg
View file @
80ea6aed
...
...
@@ -46,7 +46,7 @@ context =
raw dropbearkey_executable ${dropbear:location}/bin/dropbearkey
raw gzip_executable ${gzip:location}/bin/gzip
raw gunzip_executable ${gzip:location}/bin/gunzip
raw logrotate_executable ${logrotate:location}/sbin/logrotate
raw logrotate_executable ${logrotate:location}/
usr/
sbin/logrotate
Vincent Pelletier
@vpelletier
·
Feb 27, 2017
Owner
Dangerous use of
raw
, use
key
or
section
.
Dangerous use of `raw`, use `key` or `section`.
Please
register
or
sign in
to reply
raw slapos_configuration_file_template_path ${slapos-configuration-file-template:target}
raw httpd_configuration_file_template_path ${httpd-configuration-file-template:target}
...
...
stack/resilient/buildout.cfg
View file @
80ea6aed
...
...
@@ -88,7 +88,7 @@ destination = ${buildout:directory}/template-parts.cfg.in
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}.in
output = ${buildout:directory}/${:filename}
md5sum =
be2ebf91faa6b5b131995a05a907707f
md5sum =
41e82859dc6b65e94a300a006d51536e
mode = 0644
filename = template-resilient-templates.cfg
...
...
stack/resilient/template-resilient-templates.cfg.in
View file @
80ea6aed
...
...
@@ -7,4 +7,4 @@ context =
key slapparameter_dict slap-configuration:configuration
raw pbsready_template_path ${pbsready:output}
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
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