59c1cbfbf8
This is a very very large change to the module. It started out as a fix to add postgresl::server::config_entry, and quickly became a rewrite to fix a lot of ordering issues inherent in the API. Since this changes the Public API it is considered a backwards compatible change. See the upgrading guide in README.md for more details as to what has been modified in this patch. Signed-off-by: Ken Barber <ken@bob.sh>
13 lines
497 B
Puppet
13 lines
497 B
Puppet
name 'puppetlabs-postgresql'
|
|
version '2.5.0'
|
|
source 'git://github.com/puppetlabs/puppet-postgresql.git'
|
|
author 'Inkling/Puppet Labs'
|
|
description 'PostgreSQL defined resource types'
|
|
summary 'PostgreSQL defined resource types'
|
|
license 'ASL 2.0'
|
|
project_page 'https://github.com/puppetlabs/puppet-postgresql'
|
|
|
|
dependency 'puppetlabs/stdlib', '>=3.2.0 <5.0.0'
|
|
dependency 'puppetlabs/firewall', '>= 0.0.4'
|
|
dependency 'puppetlabs/apt', '>=1.1.0 <2.0.0'
|
|
dependency 'puppetlabs/concat', '>= 1.0.0 <2.0.0'
|