Commit 1569f475 authored by Alain Takoudjou's avatar Alain Takoudjou

logrotate stack: add section logrotate-entry-base

parent c4280211
...@@ -11,7 +11,7 @@ recipe = slapos.recipe.template:jinja2 ...@@ -11,7 +11,7 @@ recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/${:filename}.in template = ${:_profile_base_location_}/${:filename}.in
rendered = ${buildout:directory}/${:filename} rendered = ${buildout:directory}/${:filename}
filename = instance-logrotate-base.cfg filename = instance-logrotate-base.cfg
md5sum = af19ff0c7817df85987c69738fb083f2 md5sum = eb50e848e7f7cfc7f842de94bedb11a7
context = context =
key dcron_location dcron:location key dcron_location dcron:location
key gzip_location gzip:location key gzip_location gzip:location
......
...@@ -34,6 +34,11 @@ name = logrotate ...@@ -34,6 +34,11 @@ name = logrotate
frequency = 0 0 * * * frequency = 0 0 * * *
command = ${logrotate:wrapper} command = ${logrotate:wrapper}
[logrotate-entry-base]
recipe = slapos.cookbook:logrotate.d
logrotate-entries = ${logrotate:logrotate-entries}
backup = ${logrotate-directory:backup}
[logrotate-directory] [logrotate-directory]
recipe = slapos.cookbook:mkdirectory recipe = slapos.cookbook:mkdirectory
cron-entries = ${:etc}/cron.d cron-entries = ${:etc}/cron.d
......
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