X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3ec71f5485e7f07c4ff2306d65d780951b61d71e..cc57b9e9a6f06eb2fdce5ed83aa5f9ed6cd90cad:/cookbooks/prometheus/resources/exporter.rb diff --git a/cookbooks/prometheus/resources/exporter.rb b/cookbooks/prometheus/resources/exporter.rb index 581c961dd..782f84aa3 100644 --- a/cookbooks/prometheus/resources/exporter.rb +++ b/cookbooks/prometheus/resources/exporter.rb @@ -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