From e079f612460ffcf0df5404d3d20ce1b5076ee912 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Fri, 13 Jul 2012 10:36:52 +0200
Subject: [PATCH] Fix ebc437ec749eb033023e92306753a0f0584db495

---
 software/lamp-template/software.cfg | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/software/lamp-template/software.cfg b/software/lamp-template/software.cfg
index de0023c8e..19e0c3048 100644
--- a/software/lamp-template/software.cfg
+++ b/software/lamp-template/software.cfg
@@ -1,15 +1,7 @@
 [buildout]
-versions = versions
 
-parts =
-  template
-  apache-php
-  mariadb
-  eggs
-  instance-recipe-egg
-  
 extends =
-  ../../stack/lamp.cfg
+  ../../stack/lamp/buildout.cfg
 
 [application]
 recipe = slapos.recipe.build:download-unpacked
@@ -28,20 +20,3 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
 
 [application-configuration]
 location = Student shall put here relative path to application top level directory where configuration shall be created
-
-[instance-recipe]
-egg = slapos.cookbook
-module = lamp.simple
-
-[template]
-# Default template for the instance.
-recipe = slapos.recipe.template
-url = ${:_profile_base_location_}/instance.cfg
-#md5sum = Student shall put md5 of instance.cfg here
-output = ${buildout:directory}/template.cfg
-mode = 0644
-
-[instance-recipe-egg]
-recipe = zc.recipe.egg
-eggs = 
-  ${instance-recipe:egg}
-- 
2.30.9