Commit 9bb0f265 authored by Kirill Smelkov's avatar Kirill Smelkov

software/postgresql: Don't build postgresql twice

component/postgresql/buildout.cfg defines both postgresql92 and
postgresql sections, with postgresql being just

    [postgresql]
    <= postgresql92

On the other hand, software/postgresql uses postgresql92 in parts, but
bin = ${postgresql:location}/bin in instance, which leads to _both_
postgresql and postgresql92 being built, and postgresql92 not used at all.

Let's fix it and use postgresql everywhere.

/cc @kazuhiko
parent 2a3644dd
...@@ -7,7 +7,7 @@ extends = ...@@ -7,7 +7,7 @@ extends =
parts = parts =
slapos-cookbook slapos-cookbook
instance instance
postgresql92 postgresql
#---------------- #----------------
......
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