Skip to content

Commit 183d401

Browse files
author
Ryan Coleman
committed
Merge pull request puppetlabs#21 from rcoleman/puppetlabs_ownership
Adjust ownership to Puppet Labs
2 parents 847a591 + 2c82464 commit 183d401

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

Modulefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name 'inkling-postgresql'
2-
version '0.3.0'
3-
source 'git://github.com/inkling/puppet-postgresql.git'
4-
author 'Inkling'
1+
name 'puppetlabs-postgresql'
2+
version '1.0.0'
3+
source 'git://github.com/puppetlabs/puppet-postgresql.git'
4+
author 'Inkling/Puppet Labs'
55
description 'PostgreSQL defined resource types'
66
summary 'PostgreSQL defined resource types'
77
license 'Apache'
8-
project_page 'https://github.com/inkling/puppet-postgresql'
8+
project_page 'https://github.com/puppetlabs/puppet-postgresql/issues'
99

10-
dependency 'puppetlabs/stdlib', '>= 2.4.0'
10+
dependency 'puppetlabs/stdlib', '2.x'
1111
dependency 'puppetlabs/firewall', '>= 0.0.4'

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Transferred from Inkling
2+
========================
3+
4+
This Puppet module was originally authored by Inkling Systems. The maintainer preferred
5+
that Puppet Labs take ownership of the module for future improvement and maintenance as
6+
Puppet Labs is using it in the PuppetDB module. Existing pull requests and issues were
7+
transferred over, please fork and continue to contribute here instead of Inkling.
8+
Previously: https://github.com/inkling/puppet-postgresql
9+
110
Puppet module for PostgreSQL resources
211
======================================
312

0 commit comments

Comments
 (0)