Signed-off-by: Rene Jochum <rene@jochums.at>pull/9/head
- require: | - require: | ||||
- pkg: packages | - pkg: packages | ||||
{% endif %} | {% endif %} | ||||
# Fixes a bug on Ubuntu Trusty where static ipv6 addresses aren't fast enough available. | |||||
{% if grains['os'] == 'Ubuntu' and grains['oscodename'] == 'trusty' %} | |||||
- post_up_cmds: | |||||
- /bin/sleep 2 | |||||
{% endif %} | |||||
{% endfor %} | {% endfor %} | ||||
{% if pkgs|length > 0 %} | {% if pkgs|length > 0 %} |