From efc8d32af841c722aa44a54f364896ca02b87eab Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Fri, 4 Apr 2014 22:33:22 +0200 Subject: [PATCH] erp5.zope: All configuration file template parameters are mandatory. --- stack/erp5/buildout.cfg | 2 +- stack/erp5/zope.conf.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg index fc46e2a5b..88ebcd86b 100644 --- a/stack/erp5/buildout.cfg +++ b/stack/erp5/buildout.cfg @@ -207,7 +207,7 @@ md5sum = 6d52007d9bdc25ed0c83a49d63d59a18 [template-zope-conf] < = download-base filename = zope.conf.in -md5sum = 5de6360fa1989750a92f51e06427d4f7 +md5sum = a7247c0d27cbb0f8ad90f3277f789ba4 [template-my-cnf] < = download-base diff --git a/stack/erp5/zope.conf.in b/stack/erp5/zope.conf.in index 7ce2bd5e4..5120193d6 100644 --- a/stack/erp5/zope.conf.in +++ b/stack/erp5/zope.conf.in @@ -52,7 +52,7 @@ products {{ parameter_dict['instance-products'] }} </product-config> {% endif -%} -{% set timerserver_interval = parameter_dict.get('timerserver-interval', 0) -%} +{% set timerserver_interval = parameter_dict['timerserver-interval'] -%} {% if timerserver_interval -%} %import timerserver <timer-server> -- 2.30.9