Skip to content

Commit 8aa9165

Browse files
committed
Merge pull request puppetlabs#171 from kamilszymanski/ubuntu_raring_support
Add default PostgreSQL version for Ubuntu 13.04
2 parents 5e4045d + 10aca2c commit 8aa9165

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
@@ -23,7 +23,7 @@ def get_debian_postgres_version
2323

2424
def get_ubuntu_postgres_version
2525
case Facter.value('operatingsystemrelease')
26-
when "11.10", "12.04", "12.10"
26+
when "11.10", "12.04", "12.10", "13.04"
2727
"9.1"
2828
when "10.04", "10.10", "11.04"
2929
"8.4"

0 commit comments

Comments
 (0)