From 4da6edc4685a142c056567fc872d14f24ce767e5 Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Thu, 3 Apr 2014 18:38:26 +0200
Subject: [PATCH] erp5: neo software type should obviously use neo template.

---
 stack/erp5/buildout.cfg    | 2 +-
 stack/erp5/instance.cfg.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg
index df6a4fb3b..23fc19833 100644
--- a/stack/erp5/buildout.cfg
+++ b/stack/erp5/buildout.cfg
@@ -234,7 +234,7 @@ md5sum = a88881e00d56286e16fcaf36d94c025e
 # XXX: "template.cfg" is hardcoded in instanciation recipe
 filename = template.cfg
 template = ${:_profile_base_location_}/instance.cfg.in
-md5sum = 7f6cd0025cf78c53b880cca22bb49323
+md5sum = 86c86ef2b275ec8699723bd361a37bc0
 extra-context =
     key mariadb_link_binary template-mariadb:link-binary
     key zope_link_binary template-zope:link-binary
diff --git a/stack/erp5/instance.cfg.in b/stack/erp5/instance.cfg.in
index 389d0918c..8d936a7d9 100644
--- a/stack/erp5/instance.cfg.in
+++ b/stack/erp5/instance.cfg.in
@@ -109,7 +109,7 @@ extra-context =
 
 [dynamic-template-neo]
 < = jinja2-template-base
-template = {{ template_zeo }}
+template = {{ template_neo }}
 filename = instance-neo.cfg
 extensions = jinja2.ext.do
 extra-context =
-- 
2.30.9