mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
Do not always look for latest pkg
This commit is contained in:
parent
c6dcfd544f
commit
ba7345d967
@ -1,5 +1,5 @@
|
|||||||
pkg-core:
|
pkg-core:
|
||||||
pkg.latest:
|
pkg.installed:
|
||||||
- names:
|
- names:
|
||||||
{% if grains['os_family'] == 'RedHat' %}
|
{% if grains['os_family'] == 'RedHat' %}
|
||||||
- python
|
- python
|
||||||
|
@ -26,7 +26,7 @@ net.ipv4.ip_forward:
|
|||||||
- value: 1
|
- value: 1
|
||||||
|
|
||||||
bridge-utils:
|
bridge-utils:
|
||||||
pkg.latest
|
pkg.installed
|
||||||
|
|
||||||
cbr0:
|
cbr0:
|
||||||
container_bridge.ensure:
|
container_bridge.ensure:
|
||||||
@ -59,7 +59,7 @@ docker:
|
|||||||
- makedirs: true
|
- makedirs: true
|
||||||
|
|
||||||
lxc-docker:
|
lxc-docker:
|
||||||
pkg.latest
|
pkg.installed
|
||||||
|
|
||||||
# There is a race here, I think. As the package is installed, it will start
|
# There is a race here, I think. As the package is installed, it will start
|
||||||
# docker. If it doesn't write its pid file fast enough then this next stanza
|
# docker. If it doesn't write its pid file fast enough then this next stanza
|
||||||
|
Loading…
Reference in New Issue
Block a user