X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/aa7b44fc6db3cb338b9aa830e547960a9904e329..969e1e6d277ef40a24d2cdc33f31f1eaa48752f5:/cookbooks/prometheus/resources/exporter.rb?ds=sidebyside 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