Commit 600234ad authored by Marco Mariani's avatar Marco Mariani

remove unused [symlink] section

parent e173eb0b
...@@ -7,9 +7,6 @@ This fork of the LAMP stack provides: ...@@ -7,9 +7,6 @@ This fork of the LAMP stack provides:
- a Postgres instance, with an empty database and a 'postgres' superuser. - a Postgres instance, with an empty database and a 'postgres' superuser.
Log rotation is handled by Postgres itself. Log rotation is handled by Postgres itself.
- symlinks to all the postgres binaries, usable through unix socket
with no further authentication, or through ipv4/ipv6 with password
- a psycopg2 (postgres driver) egg to be used by further configuration recipes - a psycopg2 (postgres driver) egg to be used by further configuration recipes
- a hook (custom-application-deployment) for configuring the PHP application - a hook (custom-application-deployment) for configuring the PHP application
......
...@@ -87,7 +87,7 @@ mode = 0644 ...@@ -87,7 +87,7 @@ mode = 0644
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/postgres/instance-postgres.cfg.in url = ${:_profile_base_location_}/postgres/instance-postgres.cfg.in
output = ${buildout:directory}/instance-postgres.cfg output = ${buildout:directory}/instance-postgres.cfg
md5sum = 42b92fb4905e2903caca327feddb5141 md5sum = 6e9e587ddb52fb9a3817fda7d77e4cab
mode = 0644 mode = 0644
[instance-postgres-import] [instance-postgres-import]
...@@ -162,7 +162,6 @@ eggs = ...@@ -162,7 +162,6 @@ eggs =
${lxml-python:egg} ${lxml-python:egg}
${psycopg2:egg} ${psycopg2:egg}
slapos.toolbox slapos.toolbox
cns.recipe.symlink
[versions] [versions]
...@@ -171,7 +170,6 @@ Werkzeug = 0.8.3 ...@@ -171,7 +170,6 @@ Werkzeug = 0.8.3
apache-libcloud = 0.11.4 apache-libcloud = 0.11.4
async = 0.6.1 async = 0.6.1
buildout-versions = 1.7 buildout-versions = 1.7
cns.recipe.symlink = 0.2.3
gitdb = 0.5.4 gitdb = 0.5.4
hexagonit.recipe.cmmi = 1.6 hexagonit.recipe.cmmi = 1.6
inotifyx = 0.2.0 inotifyx = 0.2.0
...@@ -224,7 +222,6 @@ psutil = 0.6.1 ...@@ -224,7 +222,6 @@ psutil = 0.6.1
pyflakes = 0.5.0 pyflakes = 0.5.0
# Required by: # Required by:
# cns.recipe.symlink==0.2.3
# slapos.cookbook==0.70.1-dev # slapos.cookbook==0.70.1-dev
# slapos.core==0.33.2-dev # slapos.core==0.33.2-dev
# slapos.toolbox==0.32.1-dev # slapos.toolbox==0.32.1-dev
......
...@@ -181,9 +181,8 @@ dbname = db ...@@ -181,9 +181,8 @@ dbname = db
# pgdata_directory is created by initdb, and should not exist beforehand. # pgdata_directory is created by initdb, and should not exist beforehand.
pgdata-directory = $${rootdirectory:var}/data pgdata-directory = $${rootdirectory:var}/data
backup-directory = $${basedirectory:backup}/postgres backup-directory = $${basedirectory:backup}/postgres
bin = $${rootdirectory:bin} bin = ${postgresql:location}/bin
services = $${basedirectory:services} services = $${basedirectory:services}
dependency-symlinks = $${symlinks:recipe}
[ca-stunnel] [ca-stunnel]
<= certificate-authority <= certificate-authority
...@@ -194,16 +193,6 @@ key-file = $${stunnel:key-file} ...@@ -194,16 +193,6 @@ key-file = $${stunnel:key-file}
cert-file = $${stunnel:cert-file} cert-file = $${stunnel:cert-file}
#----------------
#--
#-- Creates symlinks from the instance to the software release.
[symlinks]
recipe = cns.recipe.symlink
symlink_target = $${rootdirectory:bin}
symlink_base = ${postgresql:location}/bin
#---------------- #----------------
#-- #--
#-- Deploy slapmonitor. #-- Deploy slapmonitor.
......
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