We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13ecb4 commit 694b0bbCopy full SHA for 694b0bb
lib/voxpupuli/acceptance/spec_helper_acceptance.rb
@@ -51,6 +51,7 @@ def configure_beaker(modules: :metadata, &block)
51
copy_hiera_data_to(hosts, hiera_data_dir)
52
end
53
54
+ on(hosts, 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6') if enable_ipv6
55
56
hosts.each do |host|
57
if block
0 commit comments