Skip to content

Commit 53ce911

Browse files
author
Ashley Penney
committed
Merge pull request puppetlabs#414 from lucas42/patch-1
Support Debian Jessie
2 parents e137cd2 + 375308a commit 53ce911

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
@@ -69,6 +69,7 @@
6969
'Debian' => $::operatingsystemrelease ? {
7070
/^6\./ => '8.4',
7171
/^(wheezy|7\.)/ => '9.1',
72+
/^(jessie|8\.)/ => '9.3',
7273
default => undef,
7374
},
7475
'Ubuntu' => $::operatingsystemrelease ? {

0 commit comments

Comments
 (0)