Merge lp:~simpoir/landscape-bundles/plpy3 into lp:landscape-bundles

Proposed by Simon Poirier
Status: Merged
Approved by: Simon Poirier
Approved revision: 57
Merged at revision: 57
Proposed branch: lp:~simpoir/landscape-bundles/plpy3
Merge into: lp:landscape-bundles
Diff against target: 12 lines (+1/-1)
1 file modified
landscape-template.jinja2 (+1/-1)
To merge this branch: bzr merge lp:~simpoir/landscape-bundles/plpy3
Reviewer Review Type Date Requested Status
Guillermo Gonzalez Approve
Review via email: mp+407125@code.launchpad.net

Commit message

Install all available plpython versions.

Description of the change

Add plpython3 to the postgres template. python27 support is kept, where still available.

To post a comment you must log in.
Revision history for this message
Guillermo Gonzalez (verterok) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'landscape-template.jinja2'
2--- landscape-template.jinja2 2021-07-22 23:12:37 +0000
3+++ landscape-template.jinja2 2021-08-13 22:44:54 +0000
4@@ -21,7 +21,7 @@
5 {% endif %}
6 num_units: 1
7 options:
8- extra_packages: python-apt postgresql-contrib postgresql-.*-debversion postgresql-plpython-.*
9+ extra_packages: python-apt postgresql-contrib postgresql-.*-debversion postgresql-plpython.*
10 max_connections: {{ postgresql.max_connections }}
11 max_prepared_transactions: {{ postgresql.max_connections }}
12 {% if postgresql.manual_tuning %}

Subscribers

People subscribed via source and target branches

to all changes: