Skip to content

Commit

Permalink
spec_helper_acceptance: add abbility to enable Ipv6 in beaker hosts
Browse files Browse the repository at this point in the history
Enabled by default
Also see: voxpupuli/modulesync_config#694
  • Loading branch information
b4ldr committed Jun 4, 2021
1 parent d13ecb4 commit 694b0bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/voxpupuli/acceptance/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def configure_beaker(modules: :metadata, &block)
copy_hiera_data_to(hosts, hiera_data_dir)
end
end
on(hosts, 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6') if enable_ipv6

hosts.each do |host|
if block
Expand Down

0 comments on commit 694b0bb

Please sign in to comment.