Commit 267374db authored by Cédric de Saint Martin's avatar Cédric de Saint Martin Committed by Marco Mariani

Revert "Experimental way to customize LAMP stack"

This reverts commit daeeae60.
parent 9a3a1172
......@@ -27,8 +27,3 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
[application-configuration]
location = sites/default/default.settings.php
[custom-application-deployment]
path = {:_profile_base_location_}/instance.cfg
part-list =
setup-database
[buildout]
extends = ${custom-php-part:path}
parts =
certificate-authority
......@@ -15,7 +14,6 @@ parts =
frontend-promise
content-promise
publish-connection-informations
${custom-php-part:part-list}
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
......
......@@ -61,18 +61,6 @@ recipe = hexagonit.recipe.download
#If provided tarball does not containt top directory this option shall be changed to false
strip-top-level-dir = true
[custom-application-deployment]
# Optional part allowing applications using this stack to run a custom
# instance.cfg at the end of Apache/PHP instance deployment.
# To use it in your application, just override those two parameters, like:
# path = /path/to/instance-custom.cfg
# part-list =
# part1
# part2
# See software/drupal/software.cfg for an example.
path =
part-list =
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
......
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