Merge pull request #766 from domcleal/ticket/3416-fedora-24

(MODULES-3416) Add Fedora 24 with PostgreSQL 9.5
This commit is contained in:
TP Honey 2016-06-17 16:21:45 +01:00 committed by GitHub
commit aa314dc908

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