Merge pull request #69 from Seldaek/patch-1
Provide version for ubuntu 12.10
This commit is contained in:
commit
f2dd4d2da0
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