]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/resources/exporter.rb
Drop tcp vs tcp:syn distinction
[chef.git] / cookbooks / prometheus / resources / exporter.rb
index 581c961ddd4709de25cad39b564eeacb18de921f..782f84aa3669dbfe7ff11c176a8a6535a8cb2b19 100644 (file)
@@ -74,7 +74,7 @@ action :create do
     action :accept
     source "osm"
     dest "fw"
-    proto "tcp:syn"
+    proto "tcp"
     dest_ports new_resource.port
     only_if { node[:prometheus][:mode] == "external" }
   end