Enable IPv6 for lo for the canonical suite

This is needed to ensure it converges correctly.

Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson
2020-10-19 12:34:12 -07:00
부모 d93caa21b6
커밋 72ad232d03
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -43,6 +43,7 @@ suites:
- name: canonical - name: canonical
run_list: run_list:
- recipe[test::net_setup]
- recipe[postfix] - recipe[postfix]
attributes: attributes:
postfix: postfix:

파일 보기

@@ -0,0 +1,3 @@
sysctl 'net.ipv6.conf.lo.disable_ipv6' do
value 0
end