Commit 6a1dc3da authored by Łukasz Nowak's avatar Łukasz Nowak

Workaround buildout bug.

It seems that more then one section with <= is not supported correctly.
parent 244570f0
......@@ -63,7 +63,6 @@ gunzip-binary = ${gzip:location}/bin/gunzip
# Directories
wrapper = $${rootdirectory:bin}/logrotate
conf = $${rootdirectory:etc}/logrotate.conf
logrotate-entries = $${directory:logrotate-entries}
backup = $${directory:logrotate-backup}
state-file = $${rootdirectory:srv}/logrotate.status
......@@ -75,6 +74,7 @@ binary-path = ${buildout:bin-directory}/runzeo
[logrotate-entry-common]
<= logrotate
logrotate-entries = $${directory:logrotate-entries}
recipe = slapos.cookbook:logrotate.d
frequency = daily
rotate-num = 3650
......
......@@ -88,7 +88,7 @@ mode = 0644
[template-snippet-master]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/snippet-master.cfg
md5sum = d15f78eb8c1a04e01b3437a241b345c0
md5sum = cadc4228dda777dc442a2cb52d59d114
output = ${buildout:directory}/template-snippet-master.cfg
mode = 0644
......
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