We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 699e0bd + c4a834f commit 96c18a2Copy full SHA for 96c18a2
manifests/params.pp
@@ -5,11 +5,11 @@
5
case $::osfamily {
6
'Debian' : {
7
$kubernetes_package_version = '1.7.3-01'
8
- $cni_version = '0.6.0-00'
+ $cni_version = '0.5.1-01'
9
}
10
'RedHat' : {
11
$kubernetes_package_version = '1.7.3'
12
- $cni_version = '0.6.0'
+ $cni_version = '0.5.1'
13
14
default: { notify {"The OS family ${::os_family} is not supported by this module":} }
15
0 commit comments