diff --git a/Modulefile b/Modulefile index a33e278d7d..47472b4aa5 100644 --- a/Modulefile +++ b/Modulefile @@ -1,11 +1,11 @@ -name 'inkling-postgresql' -version '0.3.0' -source 'git://github.com/inkling/puppet-postgresql.git' -author 'Inkling' +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/inkling/puppet-postgresql' +project_page 'https://github.com/puppetlabs/puppet-postgresql/issues' -dependency 'puppetlabs/stdlib', '>= 2.4.0' +dependency 'puppetlabs/stdlib', '2.x' dependency 'puppetlabs/firewall', '>= 0.0.4' diff --git a/README.md b/README.md index 964205d487..81e225da11 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +Transferred from Inkling +======================== + +This Puppet module was originally authored by Inkling Systems. The maintainer preferred +that Puppet Labs take ownership of the module for future improvement and maintenance as +Puppet Labs is using it in the PuppetDB module. Existing pull requests and issues were +transferred over, please fork and continue to contribute here instead of Inkling. +Previously: https://github.com/inkling/puppet-postgresql + Puppet module for PostgreSQL resources ======================================