Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -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'
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
======================================

Expand Down