Commit 65bde957 authored by Łukasz Nowak's avatar Łukasz Nowak

Break convention.

In order to simplify generation, do not care yet about -instance suffix.
parent 07e9f166
...@@ -22,7 +22,7 @@ cert-file = $${apache-zope-backend-instance:cert-file} ...@@ -22,7 +22,7 @@ cert-file = $${apache-zope-backend-instance:cert-file}
executable = $${apache-zope-backend-instance:wrapper} executable = $${apache-zope-backend-instance:wrapper}
wrapper = $${basedirectory:services}/apache wrapper = $${basedirectory:services}/apache
[%(zope_id)s-instance] [%(zope_id)s]
recipe = slapos.cookbook:generic.zope recipe = slapos.cookbook:generic.zope
# XXX: products won't be needed as soon as all ERP5 (and products-deps) # XXX: products won't be needed as soon as all ERP5 (and products-deps)
...@@ -59,10 +59,10 @@ runzope-binary = ${buildout:bin-directory}/runzope ...@@ -59,10 +59,10 @@ runzope-binary = ${buildout:bin-directory}/runzope
<= logrotate <= logrotate
recipe = slapos.cookbook:logrotate.d recipe = slapos.cookbook:logrotate.d
name = zope name = zope
log = $${%(zope_id)s-instance:event-log} $${%(zope_id)s-instances:z2-log} log = $${%(zope_id)s:event-log} $${%(zope_id)ss:z2-log}
frequency = daily frequency = daily
rotate-num = 30 rotate-num = 30
post = ${buildout:bin-directory}/killpidfromfile $${%(zope_id)s-instance:pid-file} SIGUSR2 post = ${buildout:bin-directory}/killpidfromfile $${%(zope_id)s:pid-file} SIGUSR2
sharedscripts = true sharedscripts = true
notifempty = true notifempty = true
create = true create = true
......
...@@ -103,7 +103,7 @@ mode = 0644 ...@@ -103,7 +103,7 @@ mode = 0644
[template-snippet-zope] [template-snippet-zope]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/snippet-zope.cfg url = ${:_profile_base_location_}/snippet-zope.cfg
md5sum = 8632c36a2dbed8bbabe123bfd2033b8a md5sum = 339b5ebe70c48b17f7c3db7ec0240bfa
output = ${buildout:directory}/template-snippet-zope.cfg output = ${buildout:directory}/template-snippet-zope.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