(MODULES-3416) Add Fedora 24 with PostgreSQL 9.5

This commit is contained in:
Dominic Cleal 2016-05-26 09:48:13 +01:00
parent 4791011cea
commit b1900b0f55
No known key found for this signature in database
GPG key ID: 7C7D326F2C2B72CC

View file

@ -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',