1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: puppet-module-puppetlabs-postgresql
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders: Thomas Bechtold <toabctl@debian.org>
Section: admin
Priority: optional
Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-puppet/puppet-module-puppetlabs-postgresql.git
Vcs-Git: git://anonscm.debian.org/pkg-puppet/puppet-module-puppetlabs-postgresql.git
Homepage: https://forge.puppetlabs.com/puppetlabs/postgresql
Package: puppet-module-puppetlabs-postgresql
Architecture: all
Depends: ${misc:Depends},
puppet-common (>= 3),
puppet-module-puppetlabs-stdlib,
puppet-module-puppetlabs-apt,
puppet-module-puppetlabs-concat (>= 1.1.0)
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.
|