Skip to content

Commit aa314dc

Browse files
authored
Merge pull request puppetlabs#766 from domcleal/ticket/3416-fedora-24
(MODULES-3416) Add Fedora 24 with PostgreSQL 9.5
2 parents 5115e2d + b1900b0 commit aa314dc

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
@@ -61,6 +61,7 @@
6161
$default_version = $::osfamily ? {
6262
/^(RedHat|Linux)/ => $::operatingsystem ? {
6363
'Fedora' => $::operatingsystemrelease ? {
64+
/^(24)$/ => '9.5',
6465
/^(22|23)$/ => '9.4',
6566
/^(21)$/ => '9.3',
6667
/^(18|19|20)$/ => '9.2',

0 commit comments

Comments
 (0)