Skip to content

Commit 96c18a2

Browse files
authored
Merge pull request #55 from puppetlabs/scotty-c-cni-fix
Fix to stop RHEL family downgrading cni
2 parents 699e0bd + c4a834f commit 96c18a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/params.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
case $::osfamily {
66
'Debian' : {
77
$kubernetes_package_version = '1.7.3-01'
8-
$cni_version = '0.6.0-00'
8+
$cni_version = '0.5.1-01'
99
}
1010
'RedHat' : {
1111
$kubernetes_package_version = '1.7.3'
12-
$cni_version = '0.6.0'
12+
$cni_version = '0.5.1'
1313
}
1414
default: { notify {"The OS family ${::os_family} is not supported by this module":} }
1515
}

0 commit comments

Comments
 (0)