Skip to content

Commit 694b0bb

Browse files
committed
spec_helper_acceptance: add abbility to enable Ipv6 in beaker hosts
Enabled by default Also see: voxpupuli/modulesync_config#694
1 parent d13ecb4 commit 694b0bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/voxpupuli/acceptance/spec_helper_acceptance.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def configure_beaker(modules: :metadata, &block)
5151
copy_hiera_data_to(hosts, hiera_data_dir)
5252
end
5353
end
54+
on(hosts, 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6') if enable_ipv6
5455

5556
hosts.each do |host|
5657
if block

0 commit comments

Comments
 (0)