Merge pull request #766 from domcleal/ticket/3416-fedora-24
(MODULES-3416) Add Fedora 24 with PostgreSQL 9.5
This commit is contained in:
commit
aa314dc908
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ class postgresql::globals (
|
||||||
$default_version = $::osfamily ? {
|
$default_version = $::osfamily ? {
|
||||||
/^(RedHat|Linux)/ => $::operatingsystem ? {
|
/^(RedHat|Linux)/ => $::operatingsystem ? {
|
||||||
'Fedora' => $::operatingsystemrelease ? {
|
'Fedora' => $::operatingsystemrelease ? {
|
||||||
|
/^(24)$/ => '9.5',
|
||||||
/^(22|23)$/ => '9.4',
|
/^(22|23)$/ => '9.4',
|
||||||
/^(21)$/ => '9.3',
|
/^(21)$/ => '9.3',
|
||||||
/^(18|19|20)$/ => '9.2',
|
/^(18|19|20)$/ => '9.2',
|
||||||
|
|
Loading…
Reference in a new issue