Added fc21 default version

This commit is contained in:
David Caro 2014-10-27 19:23:29 +01:00
parent 5d4a543a54
commit 53048211d0

View file

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