Commit af26819c authored by Łukasz Nowak's avatar Łukasz Nowak

Revert "Workaround buildout bug."

This reverts commit 6a1dc3da.
parent 6a1dc3da
...@@ -63,6 +63,7 @@ gunzip-binary = ${gzip:location}/bin/gunzip ...@@ -63,6 +63,7 @@ gunzip-binary = ${gzip:location}/bin/gunzip
# Directories # Directories
wrapper = $${rootdirectory:bin}/logrotate wrapper = $${rootdirectory:bin}/logrotate
conf = $${rootdirectory:etc}/logrotate.conf conf = $${rootdirectory:etc}/logrotate.conf
logrotate-entries = $${directory:logrotate-entries}
backup = $${directory:logrotate-backup} backup = $${directory:logrotate-backup}
state-file = $${rootdirectory:srv}/logrotate.status state-file = $${rootdirectory:srv}/logrotate.status
...@@ -74,7 +75,6 @@ binary-path = ${buildout:bin-directory}/runzeo ...@@ -74,7 +75,6 @@ binary-path = ${buildout:bin-directory}/runzeo
[logrotate-entry-common] [logrotate-entry-common]
<= logrotate <= logrotate
logrotate-entries = $${directory:logrotate-entries}
recipe = slapos.cookbook:logrotate.d recipe = slapos.cookbook:logrotate.d
frequency = daily frequency = daily
rotate-num = 3650 rotate-num = 3650
......
...@@ -88,7 +88,7 @@ mode = 0644 ...@@ -88,7 +88,7 @@ mode = 0644
[template-snippet-master] [template-snippet-master]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/snippet-master.cfg url = ${:_profile_base_location_}/snippet-master.cfg
md5sum = cadc4228dda777dc442a2cb52d59d114 md5sum = d15f78eb8c1a04e01b3437a241b345c0
output = ${buildout:directory}/template-snippet-master.cfg output = ${buildout:directory}/template-snippet-master.cfg
mode = 0644 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