Browse Source

Merge pull request #766 from domcleal/ticket/3416-fedora-24

(MODULES-3416) Add Fedora 24 with PostgreSQL 9.5
TP Honey 8 years ago
parent
commit
aa314dc908
1 changed files with 1 additions and 0 deletions
  1. 1 0
      manifests/globals.pp

+ 1 - 0
manifests/globals.pp

@@ -61,6 +61,7 @@ class postgresql::globals (
   $default_version = $::osfamily ? {
     /^(RedHat|Linux)/ => $::operatingsystem ? {
       'Fedora' => $::operatingsystemrelease ? {
+        /^(24)$/       => '9.5',
         /^(22|23)$/    => '9.4',
         /^(21)$/       => '9.3',
         /^(18|19|20)$/ => '9.2',