Skip to content

Commit 5e47aff

Browse files
committed
Merge pull request puppetlabs#94 from puppetlabs-operations/wheezy_7_0_default_version
Update postgres_default_version to 9.1 for debian 7.0
2 parents 2568038 + 04a7b06 commit 5e47aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/facter/postgres_default_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_debian_postgres_version
1414
# TODO: add more debian versions or better logic here
1515
when /^6\./
1616
"8.4"
17-
when /^wheezy/
17+
when /^wheezy/, /^7\./
1818
"9.1"
1919
else
2020
nil

0 commit comments

Comments
 (0)