228e5c5337
Thanks to some tricks I learned from Nan Liu and Dan Bode, I was able to figure out a way to move all of the new version-related stuff back into the params class, and clean up some of the if/_real stuff. Basic tests for centos6 + pg 9.2 are passing.
11 lines
401 B
Puppet
11 lines
401 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'
|