~landscape/landscape-bundles/trunk

« back to all changes in this revision

Viewing changes to landscape-template.jinja2

  • Committer: Simon Poirier
  • Date: 2021-08-12 21:04:26 UTC
  • mto: This revision was merged to the branch mainline in revision 57.
  • Revision ID: simon.poirier@canonical.com-20210812210426-pn23do00yirkvxdq
Include plpython3 in extra deps, to enable the future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        {% endif %}
22
22
        num_units: 1
23
23
        options:
24
 
            extra_packages: python-apt postgresql-contrib postgresql-.*-debversion postgresql-plpython-.*
 
24
            extra_packages: python-apt postgresql-contrib postgresql-.*-debversion postgresql-plpython.*
25
25
            max_connections: {{ postgresql.max_connections }}
26
26
            max_prepared_transactions: {{ postgresql.max_connections }}
27
27
            {% if postgresql.manual_tuning %}