Commit 979329f7 authored by Łukasz Nowak's avatar Łukasz Nowak

Rename section to follow convention (-instance suffix).

parent ec0e23b7
[buildout] [buildout]
parts = parts =
publish-zope-connection-string publish-zope-connection-string
zope zope-instance
logrotate logrotate
logrotate-entry-zope logrotate-entry-zope
cron cron
...@@ -15,10 +15,10 @@ offline = true ...@@ -15,10 +15,10 @@ offline = true
[publish-zope-connection-string] [publish-zope-connection-string]
recipe = slapos.cookbook:publishurl recipe = slapos.cookbook:publishurl
url = http://$${zope:user}:$${zope:password}@$${zope:ip}:$${zope:port} url = http://$${zope-instance:user}:$${zope-instance:password}@$${zope-instance:ip}:$${zope-instance:port}
deadlock-url = $${:url}/$${zope:deadlock-path}?$${zope:deadlock-password} deadlock-url = $${:url}/$${zope-instance:deadlock-path}?$${zope-instance:deadlock-password}
[zope] [zope-instance]
recipe = slapos.cookbook:generic.zope recipe = slapos.cookbook:generic.zope
# Options # Options
...@@ -65,10 +65,10 @@ state-file = $${rootdirectory:srv}/logrotate.status ...@@ -65,10 +65,10 @@ state-file = $${rootdirectory:srv}/logrotate.status
<= logrotate <= logrotate
recipe = slapos.cookbook:logrotate.d recipe = slapos.cookbook:logrotate.d
name = zope name = zope
log = $${zope:event-log} $${zope:z2-log} log = $${zope-instance:event-log} $${zope-instance:z2-log}
frequency = daily frequency = daily
rotate-num = 30 rotate-num = 30
post = ${buildout:bin-directory}/killpidfromfile $${zope:pid-file} SIGUSR2 post = ${buildout:bin-directory}/killpidfromfile $${zope-instance:pid-file} SIGUSR2
sharedscripts = true sharedscripts = true
notifempty = true notifempty = true
create = true create = true
......
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