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.latest:
pkg.installed:
- names:
{% if grains['os_family'] == 'RedHat' %}
- python

View File

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