Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
set postgres version on Ubuntu 14.10
  • Loading branch information
Thiago Avelino committed Nov 4, 2014
commit f298fe709a6b9060ae1de3444b9acc9cc9317fbf
1 change: 1 addition & 0 deletions manifests/globals.pp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
default => undef,
},
'Ubuntu' => $::operatingsystemrelease ? {
/^(14.10)$/ => '9.3',
/^(14.04)$/ => '9.3',
/^(11.10|12.04|12.10|13.04|13.10)$/ => '9.1',
/^(10.04|10.10|11.04)$/ => '8.4',
Expand Down