mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +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.latest:
|
||||
pkg.installed:
|
||||
- names:
|
||||
{% if grains['os_family'] == 'RedHat' %}
|
||||
- python
|
||||
|
@ -26,7 +26,7 @@ net.ipv4.ip_forward:
|
||||
- value: 1
|
||||
|
||||
bridge-utils:
|
||||
pkg.latest
|
||||
pkg.installed
|
||||
|
||||
cbr0:
|
||||
container_bridge.ensure:
|
||||
@ -59,7 +59,7 @@ docker:
|
||||
- makedirs: true
|
||||
|
||||
lxc-docker:
|
||||
pkg.latest
|
||||
pkg.installed
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user