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