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