Merge pull request #171 from kamilszymanski/ubuntu_raring_support

Add default PostgreSQL version for Ubuntu 13.04
This commit is contained in:
Ken Barber 2013-04-19 07:32:04 -07:00
commit 8aa916583e

View file

@ -23,7 +23,7 @@ end
def get_ubuntu_postgres_version
case Facter.value('operatingsystemrelease')
when "11.10", "12.04", "12.10"
when "11.10", "12.04", "12.10", "13.04"
"9.1"
when "10.04", "10.10", "11.04"
"8.4"