]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/rsyncd/recipes/default.rb
Simpligy configuration of port numbers in firewall rules
[chef.git] / cookbooks / rsyncd / recipes / default.rb
index b13568acabeb52d2e7fae07d9c5efd647bb42f62..12131fc8313450bf8e0af1b29dd592dbfbfba429 100644 (file)
@@ -81,5 +81,5 @@ firewall_rule "accept-rsync" do
   dest "fw"
   proto "tcp:syn"
   dest_ports "rsync"
-  source_ports "1024:"
+  source_ports "1024-65535"
 end