integ/config/puppet-modules/puppetlabs-postgresql-8.0.0/debian/deb_folder/control
Charles Short 919c8f200a debian: Update puppletabs-postgresql to 8.0.0
Update puppetlabs-postgresql to 8.0.0, since it fully supports
Debian bullseye, and the version we were using doesn't support it
fully.

This does not affect Centos builds at all.

Test Plan
PASS Build packages
PASS Test ISO install

Story: 2009101
Task: 43326

Depends-On: https://review.opendev.org/c/starlingx/utilities/+/840497

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I195003be09af86d3430fe901057ec4bf559c51ed
2022-05-16 20:37:17 -04:00

35 lines
1.3 KiB
Plaintext

Source: puppet-module-puppetlabs-postgresql
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders:
Stig Sandbeck Mathisen <ssm@debian.org>,
Sebastien Badia <sbadia@debian.org>,
Section: admin
Priority: optional
Build-Depends:
debhelper-compat (= 11),
Rules-Requires-Root: no
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/puppet-team/puppet-module-puppetlabs-postgresql
Vcs-Git: https://salsa.debian.org/puppet-team/puppet-module-puppetlabs-postgresql.git
Homepage: https://forge.puppet.com/puppetlabs/postgresql
Package: puppet-module-puppetlabs-postgresql
Architecture: all
Depends:
puppet (>= 4) | puppet-common (>= 3),
puppet-module-puppetlabs-apt,
puppet-module-puppetlabs-concat,
puppet-module-puppetlabs-stdlib,
${misc:Depends},
Suggests:
postgresql-client-common,
Description: Puppet module for PostgreSQL database
Puppet lets you centrally manage every important aspect of your system
using a cross-platform specification language that manages all the
separate elements normally aggregated in different files, like users,
cron jobs, and hosts, along with obviously discrete elements like
packages, services, and files.
.
The PostgreSQL module allows you to easily manage postgres databases
with Puppet.