Skip to content

Commit

Permalink
Merge pull request #937 from blackknight36/fedora27_support
Browse files Browse the repository at this point in the history
(MODULES-6014) Add support for Fedora 27 to puppetlabs-postgresql
  • Loading branch information
pmcmaw committed Nov 27, 2017
2 parents 2fac7d1 + 0df1f72 commit 8604f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/globals.pp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
$default_version = $::osfamily ? {
/^(RedHat|Linux)/ => $::operatingsystem ? {
'Fedora' => $::operatingsystemrelease ? {
/^(26)$/ => '9.6',
/^(26|27)$/ => '9.6',
/^(24|25)$/ => '9.5',
/^(22|23)$/ => '9.4',
/^(21)$/ => '9.3',
Expand Down

0 comments on commit 8604f39

Please sign in to comment.