Do not always look for latest pkg

This commit is contained in:
derekwaynecarr 2014-08-12 16:10:59 -04:00
parent c6dcfd544f
commit ba7345d967
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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