From 0b73df795abc645b649ce969492d4426554e0790 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Wed, 17 Mar 2010 19:57:59 +0000
Subject: [PATCH] use mysql-database.cfg in extends to be possible use
 mysql-database-template part.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33822 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/profiles/deployment.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildout/profiles/deployment.cfg b/buildout/profiles/deployment.cfg
index 360cf9e2c3..fba563adc9 100644
--- a/buildout/profiles/deployment.cfg
+++ b/buildout/profiles/deployment.cfg
@@ -1,5 +1,6 @@
 [buildout]
 extends =
+  ../instance-profiles/mysql-database.cfg
   ../instance-profiles/mysql.cfg
   ../instance-profiles/oood.cfg
   ../instance-profiles/supervisor.cfg
-- 
2.30.9