Added fc21 default version
This commit is contained in:
parent
5d4a543a54
commit
53048211d0
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ class postgresql::globals (
|
|||
$default_version = $::osfamily ? {
|
||||
/^(RedHat|Linux)/ => $::operatingsystem ? {
|
||||
'Fedora' => $::operatingsystemrelease ? {
|
||||
/^(21)$/ => '9.3',
|
||||
/^(18|19|20)$/ => '9.2',
|
||||
/^(17)$/ => '9.1',
|
||||
default => undef,
|
||||
|
|
Loading…
Reference in a new issue