Merge pull request #264 from bcomnes/fed17fix
Defined $default_version for Fedora 17
This commit is contained in:
commit
ff35c0e115
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class postgresql::globals (
|
|||
/^(RedHat|Linux)/ => $::operatingsystem ? {
|
||||
'Fedora' => $::operatingsystemrelease ? {
|
||||
/^(18|19|20)$/ => '9.2',
|
||||
/^(17)$/ => '9.1',
|
||||
default => undef,
|
||||
},
|
||||
'Amazon' => '9.2',
|
||||
|
|
Loading…
Reference in a new issue