X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f5527d84e5d638dea105bb207c0c406a6db5e7ae..969e1e6d277ef40a24d2cdc33f31f1eaa48752f5:/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