Add default PostgreSQL version for Ubuntu 13.04
This commit is contained in:
parent
5e4045d0c9
commit
10aca2ce2f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ end
|
||||||
|
|
||||||
def get_ubuntu_postgres_version
|
def get_ubuntu_postgres_version
|
||||||
case Facter.value('operatingsystemrelease')
|
case Facter.value('operatingsystemrelease')
|
||||||
when "11.10", "12.04", "12.10"
|
when "11.10", "12.04", "12.10", "13.04"
|
||||||
"9.1"
|
"9.1"
|
||||||
when "10.04", "10.10", "11.04"
|
when "10.04", "10.10", "11.04"
|
||||||
"8.4"
|
"8.4"
|
||||||
|
|
Loading…
Reference in a new issue