Skip to content

Commit 8604f39

Browse files
authored
Merge pull request #937 from blackknight36/fedora27_support
(MODULES-6014) Add support for Fedora 27 to puppetlabs-postgresql
2 parents 2fac7d1 + 0df1f72 commit 8604f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/globals.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
$default_version = $::osfamily ? {
6666
/^(RedHat|Linux)/ => $::operatingsystem ? {
6767
'Fedora' => $::operatingsystemrelease ? {
68-
/^(26)$/ => '9.6',
68+
/^(26|27)$/ => '9.6',
6969
/^(24|25)$/ => '9.5',
7070
/^(22|23)$/ => '9.4',
7171
/^(21)$/ => '9.3',

0 commit comments

Comments
 (0)