From: Tom Hughes Date: Fri, 14 Feb 2020 18:45:35 +0000 (+0000) Subject: Expect munin to use an IPv6 socket X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b0e841d7ff50e5c5bea3a3417737c272b09dcd86?ds=sidebyside Expect munin to use an IPv6 socket --- diff --git a/test/integration/munin/serverspec/munin_node_spec.rb b/test/integration/munin/serverspec/munin_node_spec.rb index cdae402e5..9d3fdd355 100644 --- a/test/integration/munin/serverspec/munin_node_spec.rb +++ b/test/integration/munin/serverspec/munin_node_spec.rb @@ -13,5 +13,5 @@ describe service("munin-node") do end describe port(4949) do - it { should be_listening.with("tcp") } + it { should be_listening.with("tcp6") } end