(MODULES-3241) Add fedora 23
It has the same defaults as fedora 22
This commit is contained in:
parent
bccb77db3f
commit
5ddafcaf8d
1 changed files with 4 additions and 4 deletions
|
@ -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 ? {
|
||||
|
|
Loading…
Reference in a new issue