Skip to content

Commit b6245fd

Browse files
committed
Merge pull request puppetlabs#2 from cprice-puppet/maint/master/update-modulefile-to-new-stdlib
Update Modulefile to reflect latest dependencies
2 parents 4e0127f + 26727a8 commit b6245fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Modulefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name 'inkling-postgresql'
2-
version '0.0.1'
2+
version '0.2.0'
33
source 'git://github.com/inkling/puppet-postgresql.git'
44
author 'Inkling'
55
description 'PostgreSQL defined resource types'
66
summary 'PostgreSQL defined resource types'
77
license 'Apache'
88
project_page 'https://github.com/inkling/puppet-postgresql'
9+
10+
dependency 'puppetlabs/stdlib', '>= 2.4.0'
11+
dependency 'puppetlabs/firewall', '>= 0.0.4'

0 commit comments

Comments
 (0)