Merge pull request #171 from kamilszymanski/ubuntu_raring_support
Add default PostgreSQL version for Ubuntu 13.04
This commit is contained in:
commit
8aa916583e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue