We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e137cd2 + 375308a commit 53ce911Copy full SHA for 53ce911
manifests/globals.pp
@@ -69,6 +69,7 @@
69
'Debian' => $::operatingsystemrelease ? {
70
/^6\./ => '8.4',
71
/^(wheezy|7\.)/ => '9.1',
72
+ /^(jessie|8\.)/ => '9.3',
73
default => undef,
74
},
75
'Ubuntu' => $::operatingsystemrelease ? {
0 commit comments