Skip to content

Commit 0934019

Browse files
author
Michael Watters
committed
Change - Add support for Fedora 25 to globals class
Added support for Fedora 25. Fedora 25 provides postgresql-server version 9.5.
1 parent 8250403 commit 0934019

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
@@ -64,7 +64,7 @@
6464
$default_version = $::osfamily ? {
6565
/^(RedHat|Linux)/ => $::operatingsystem ? {
6666
'Fedora' => $::operatingsystemrelease ? {
67-
/^(24)$/ => '9.5',
67+
/^(24|25)$/ => '9.5',
6868
/^(22|23)$/ => '9.4',
6969
/^(21)$/ => '9.3',
7070
/^(18|19|20)$/ => '9.2',

0 commit comments

Comments
 (0)