Update Modulefile to reflect latest dependencies
This commit is contained in:
parent
4e0127ff10
commit
26727a8916
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
name 'inkling-postgresql'
|
||||
version '0.0.1'
|
||||
version '0.2.0'
|
||||
source 'git://github.com/inkling/puppet-postgresql.git'
|
||||
author 'Inkling'
|
||||
description 'PostgreSQL defined resource types'
|
||||
summary 'PostgreSQL defined resource types'
|
||||
license 'Apache'
|
||||
project_page 'https://github.com/inkling/puppet-postgresql'
|
||||
|
||||
dependency 'puppetlabs/stdlib', '>= 2.4.0'
|
||||
dependency 'puppetlabs/firewall', '>= 0.0.4'
|
||||
|
|
Loading…
Reference in a new issue