Skip to content

Commit 9bb1c5e

Browse files
committed
Fixing autodetected version for Debian Jessie, which uses postgresql 9.4
1 parent 7728397 commit 9bb1c5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/globals.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
'Debian' => $::operatingsystemrelease ? {
6969
/^6\./ => '8.4',
7070
/^(wheezy|7\.)/ => '9.1',
71-
/^(jessie|8\.)/ => '9.3',
71+
/^(jessie|8\.)/ => '9.4',
7272
default => undef,
7373
},
7474
'Ubuntu' => $::operatingsystemrelease ? {
@@ -103,6 +103,7 @@
103103
'91' => '1.5',
104104
'9.2' => '2.0',
105105
'9.3' => '2.1',
106+
'9.4' => '2.1',
106107
'93' => '2.1',
107108
default => undef,
108109
}

0 commit comments

Comments
 (0)