소스 검색

Fix a bug on Ubuntu Trusty where static ipv6 addresses aren't fast enough available.

Signed-off-by: Rene Jochum <rene@jochums.at>
pull/9/head
Rene Jochum 8 년 전
부모
커밋
7e7d521348
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      network/interfaces.sls

+ 5
- 0
network/interfaces.sls 파일 보기

@@ -66,6 +66,11 @@ dhclient_conf:
- require:
- pkg: packages
{% 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 %}

{% if pkgs|length > 0 %}

Loading…
취소
저장