projects
/
slapos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added recipe and software release for postgres
[slapos.git]
/
software
/
postgres
/
software.cfg
1
[buildout]
2
3
extends =
4
../../stack/slapos.cfg
5
../../component/postgresql/buildout.cfg
6
7
parts =
8
eggs
9
slapos-cookbook
10
instance-template
11
postgresql
12
13
[instance-template]
14
recipe = slapos.recipe.template
15
url = ${:_profile_base_location_}/instance.cfg.in
16
output = ${buildout:directory}/template.cfg
17
#md5sum =
18
mode = 0644
19
20
21
[eggs]
22
recipe = zc.recipe.egg
23
eggs =
24
cns.recipe.symlink
25