faeac44713
Previously we hadn't supported using the official PostgreSQL repos for deb-based packaging. This commit fixes that by introducing the management of the apt repositories on the host as required, and using the correct package and service name. Signed-off-by: Ken Barber <ken@bob.sh>
12 lines
441 B
Puppet
12 lines
441 B
Puppet
name 'puppetlabs-postgresql'
|
|
version '1.0.0'
|
|
source 'git://github.com/puppetlabs/puppet-postgresql.git'
|
|
author 'Inkling/Puppet Labs'
|
|
description 'PostgreSQL defined resource types'
|
|
summary 'PostgreSQL defined resource types'
|
|
license 'Apache'
|
|
project_page 'https://github.com/puppetlabs/puppet-postgresql/issues'
|
|
|
|
dependency 'puppetlabs/stdlib', '>= 3.2.0'
|
|
dependency 'puppetlabs/firewall', '>= 0.0.4'
|
|
dependency 'puppetlabs/apt', '>= 1.1.0'
|