Skip to content

Commit 375308a

Browse files
committed
Support Debian Jessie
1 parent 702998d commit 375308a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/globals.pp

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
'Debian' => $::operatingsystemrelease ? {
6969
/^6\./ => '8.4',
7070
/^(wheezy|7\.)/ => '9.1',
71+
/^(jessie|8\.)/ => '9.3',
7172
default => undef,
7273
},
7374
'Ubuntu' => $::operatingsystemrelease ? {

0 commit comments

Comments
 (0)