Merge pull request #698 from nibalizer/new_684

"fedora 22 postgresql version 9.4"
This commit is contained in:
TP Honey 2015-09-24 09:50:47 +01:00
commit 46291c3c72

View file

@ -60,6 +60,7 @@ class postgresql::globals (
$default_version = $::osfamily ? {
/^(RedHat|Linux)/ => $::operatingsystem ? {
'Fedora' => $::operatingsystemrelease ? {
/^(22)$/ => '9.4',
/^(21)$/ => '9.3',
/^(18|19|20)$/ => '9.2',
/^(17)$/ => '9.1',