Skip to content

Commit 44ecaee

Browse files
author
Michael Watters
committed
Change - Add support for Fedora 26
Fedora 26 provides postgresql-server version 9.6 by default. Added support to avoid puppet failures on Fedora 26 nodes.
1 parent f985be6 commit 44ecaee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/globals.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
$default_version = $::osfamily ? {
6565
/^(RedHat|Linux)/ => $::operatingsystem ? {
6666
'Fedora' => $::operatingsystemrelease ? {
67+
/^(26)$/ => '9.6',
6768
/^(24|25)$/ => '9.5',
6869
/^(22|23)$/ => '9.4',
6970
/^(21)$/ => '9.3',

0 commit comments

Comments
 (0)