(MODULES-3241) Add fedora 23

It has the same defaults as fedora 22
This commit is contained in:
Hunter Haugen 2016-04-11 16:31:32 -07:00
parent bccb77db3f
commit 5ddafcaf8d

View file

@ -61,11 +61,11 @@ class postgresql::globals (
$default_version = $::osfamily ? {
/^(RedHat|Linux)/ => $::operatingsystem ? {
'Fedora' => $::operatingsystemrelease ? {
/^(22)$/ => '9.4',
/^(21)$/ => '9.3',
/^(22|23)$/ => '9.4',
/^(21)$/ => '9.3',
/^(18|19|20)$/ => '9.2',
/^(17)$/ => '9.1',
default => undef,
/^(17)$/ => '9.1',
default => undef,
},
'Amazon' => '9.2',
default => $::operatingsystemrelease ? {