2c82464f24
Prior to this commit, Inkling Systems was responsible for improving and maintaining this module. The maintainer has moved on and Inkling wished for Puppet Labs to continue with this modules maintenance. This commit adjusts the README and Modulefile for this change in ownership.
11 lines
396 B
Puppet
11 lines
396 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', '2.x'
|
|
dependency 'puppetlabs/firewall', '>= 0.0.4'
|