]> git.openstreetmap.org Git - chef.git/commitdiff
Expect munin to use an IPv6 socket
authorTom Hughes <tom@compton.nu>
Fri, 14 Feb 2020 18:45:35 +0000 (18:45 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 14 Feb 2020 18:45:35 +0000 (18:45 +0000)
test/integration/munin/serverspec/munin_node_spec.rb

index cdae402e5397fb073d21067519d14e2975e78604..9d3fdd3555ac79cffc189badc1aa4cad6ca908d2 100644 (file)
@@ -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