Merge pull request #698 from nibalizer/new_684
"fedora 22 postgresql version 9.4"
This commit is contained in:
commit
46291c3c72
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue