Provide version for ubuntu 12.10
This commit is contained in:
parent
8b14a656d7
commit
82dc194a7d
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ end
|
|||
def get_ubuntu_postgres_version
|
||||
case Facter.value('operatingsystemrelease')
|
||||
# TODO: add more ubuntu versions or better logic here
|
||||
when "12.10"
|
||||
"9.1"
|
||||
when "12.04"
|
||||
"9.1"
|
||||
when "10.04"
|
||||
|
|
Loading…
Reference in a new issue