Add default PostgreSQL version for Ubuntu 13.04

This commit is contained in:
Kamil Szymanski 2013-04-18 23:11:40 +02:00
parent 5e4045d0c9
commit 10aca2ce2f

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"